Skip to main content

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

No Content