Skip to main content
POST
/
api
/
v1
/
assistants
/
{assistant_id}
/
phone-numbers
/
{phone_number_id}
/
unassign
Unassign Phone Number From Assistant
curl --request POST \
  --url https://api.example.com/api/v1/assistants/{assistant_id}/phone-numbers/{phone_number_id}/unassign \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assistant_id
integer
required
phone_number_id
integer
required

Response

Successful Response

Standard API response format.

success
boolean
required
message
string
required
data
unknown