Skip to main content

Delete a call

DELETE 

/Accounts/:AccountSid/Calls/:Sid

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

Permissions

The API token must include the following scopes: Voice.

Request

Path Parameters

    AccountSid uuidrequired

    The Project ID that uniquely identifies the Account to retrieve.

    Sid uuidrequired

    The Call Sid that uniquely identifies the call to retrieve.

Responses

No Content