Skip to main content

Delete an Application

Use this endpoint for the Applications method to delete an Application.

Parameters​

Parameter
Sid RequiredThe Application SID that uniquely identifies the application to delete.

Request​

curl https://example.signalwire.com/api/laml/2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json \
-X DELETE \
-u "YourProjectID:YourAuthToken"

Responses​

204 No Content

If the delete is successful, a 204 response, with no body, will be returned.