Delete the application by the specified application sid
DELETE
/2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json https://api.twilio.com
Delete the application by the specified application sid
Parameters
path Path Parameters
| Name | Type |
|---|---|
AccountSid
required
The SID of the Account that created the Application resources to delete. | `AC${string}` |
Sid
required
The Twilio-provided string that uniquely identifies the Application resource to delete. | `AP${string}` |
Responses
204
The resource was deleted successfully.
unknown