deleteApplication
Delete the application by the specified application sid
DELETE /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json HTTP/1.1Parameters
{
"AccountSid": {
"description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to delete.",
"required": true,
"location": "path",
"type": "string"
},
"Sid": {
"description": "The Twilio-provided string that uniquely identifies the Application resource to delete.",
"required": true,
"location": "path",
"type": "string"
}
}