cURL
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" } }
Disconnects this number from whichever agent currently uses it on the given channel. The number stays in your inventory and is free to reassign.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
call
sms
whatsapp
Unbound
Show child attributes