POST
/
api
/
v1
/
assistants
/
{assistant_id}
/
phone-numbers
/
{phone_number_id}
/
unassign
{
  "success": true,
  "message": "<string>",
  "data": "<any>"
}

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

200
application/json

Successful Response

Standard API response format.