# Delete the application by the specified application sid **DELETE /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json** Delete the application by the specified application sid An Application instance resource represents an application that you have created with Twilio. An application inside of Twilio is just a set of URLs and other configuration data that tells Twilio how to behave when one of your Twilio numbers receives a call or SMS message. ## Servers - https://api.twilio.com: https://api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **AccountSid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to delete. - **Sid** (string) The Twilio-provided string that uniquely identifies the Application resource to delete. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)