Applications
Delete an Application
Permanently delete a Vobiz voice application by app_id - removes all webhook configuration and disassociates attached phone numbers and SIP endpoints.
DELETE
Delete an Application
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
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