cURL
curl --request DELETE \ --url https://{subdomain}.mindhunters.ai/api/v1/phone-numbers/{uuid} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "phone_number_uuid": "<string>", "status": "deleted", "deleted_at": "2023-11-07T05:31:56Z" } }
Removes a number from your active inventory. If any agent is still using the number on call, SMS, or WhatsApp, the request is rejected — disconnect those agents first.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Released
Show child attributes