Delete an application.
DELETE/Accounts/:AccountSid/Applications/:Sid
If the delete is successful, a 204 response, with no body, will be returned.
Permissions
The API token must include one of the following scopes: Voice or Messaging or Fax.
Request
Path Parameters
AccountSid uuidrequired
The Account ID that has the Application.
Sid uuidrequired
The Application ID that uniquely identifies the Application.
Responses
- 204
No Content
Loading...