Applications
Delete an Application
Deletes an Application by SID. This also removes its cXML Application representation and resource addresses, and clears the Application from phone numbers that route through it. Server-backed cXML Webhooks are separate resources and are not affected.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice or Messaging or Fax.
Learn more about API scopes.
delete/Accounts/{AccountSid}/Applications/{Sid}
Path parameters
AccountSidstring uuid required
Universal Unique Identifier.
The Account ID that has the Application.
Sidstring uuid required
Universal Unique Identifier.
The Application ID that uniquely identifies the Application.
Response
204 No Content response.