Release a phone number from your account.
curl --request DELETE \
--url https://api.vobiz.ai/api/v1/account/{auth_id}/numbers/{e164_number} \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
DELETE https://api.vobiz.ai/api/v1/account/{auth_id}/numbers/{e164_number}
X-Auth-ID - Your Auth ID (e.g., {auth_id})X-Auth-Token - Your account Auth TokenContent-Type: application/jsone164_number - The phone number in E.164 format to release (e.g., +918071387149). This must be a number currently assigned to your account.curl -X DELETE "https://api.vobiz.ai/api/v1/account/{auth_id}/numbers/{phone_number}" \
-H "X-Auth-ID: {auth_id}" \
-H "X-Auth-Token: {auth_token}"
{
"message": "number returned to inventory"
}
auth_id set to NULLtrunk_group_id set to NULLreleased_at timestamp set{
"error": "forbidden",
"message": "account does not own this number"
}
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Your account Auth ID
"MA_XXXXXX"
Phone number in E.164 format (without the +)
"919876543210"
Number released
Was this page helpful?
curl --request DELETE \
--url https://api.vobiz.ai/api/v1/account/{auth_id}/numbers/{e164_number} \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'