Permanently delete an Application. If the application is associated with phone numbers, the deletion may be blocked unless those associations are removed first.
curl --request DELETE \
--url https://api.vobiz.ai/api/v1/Account/{auth_id}/Application/{app_id}/ \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'"<string>"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}/Application/{app_id}/
X-Auth-ID - Your account Auth IDX-Auth-Token - Your account Auth TokenContent-Type: application/json{
"error": "Application not found",
"app_id": "12345678901234567"
}
curl -X DELETE https://api.vobiz.ai/api/v1/Account/{auth_id}/Application/12345678901234567/ \
-H "X-Auth-ID: YOUR_AUTH_ID" \
-H "X-Auth-Token: YOUR_AUTH_TOKEN"
Was this page helpful?
curl --request DELETE \
--url https://api.vobiz.ai/api/v1/Account/{auth_id}/Application/{app_id}/ \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'"<string>"