Skip to main content
POST
Unassign Number From Agent

Authorizations

Authorization
string
header
required

Your API key. Send in the Authorization header as: Bearer

Body

application/json

Request body for POST /telephony/numbers/unassign.

number_id
string
required

Phone number UUID

assignment_type
enum<string>
required

Whether to remove the inbound or outbound assignment

Available options:
inbound,
outbound

Response

Successful Response

data
PublicNumberUnassignmentData · object
required
meta
ResponseMeta · object
required

Metadata included in every API response.