Skip to main content
DELETE
Delete an Application
Permanently deletes an application.
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json
Warning: Deletion is permanent and cannot be undone. If the application is associated with phone numbers, the deletion is blocked with a 409 until those associations are removed.
Delete an app that is in use: first detach every number bound to it (and repoint any endpoints whose application is this app, via update endpoint), then call delete. Deleting a default_number_app/default_endpoint_app removes the auto-routing default - set a new default on another application beforehand if you rely on it.

Arguments

No request parameters needed.

Response Examples

Success Response (204 No Content) - No response body.

cURL Example

cURL

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

app_id
string
required
Example:

"12345678"

Response

Success

The response is of type string.