Skip to main content
DELETE
/
api
/
v1
/
phone-numbers
/
{uuid}
/
bindings
/
{channel}
Remove a number from an agent
curl --request DELETE \
  --url https://{subdomain}.mindhunters.ai/api/v1/phone-numbers/{uuid}/bindings/{channel} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "phone_number_uuid": "<string>",
    "channel": "<string>",
    "unbound_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required
channel
enum<string>
required
Available options:
call,
sms,
whatsapp

Response

Unbound

success
boolean
data
object