Skip to main content

Delete a Call

Use this endpoint for the Calls method to delete a call. If the delete is successful, a 204 response, with no body, will be returned.

Parameters

ParameterDescription
Sid RequiredThe Call SID that uniquely identifies the call to delete.

Request

curl https://example.signalwire.com/api/laml/2010-04-01/Accounts/{AccountSid}/Calls/{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.