Search + K

Command Palette

Search for a command to run...

Sign In

Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs.

DELETE /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json
Copy endpoint
https://api.twilio.com

Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs.

Parameters

path Path Parameters

Name Type
AccountSid required

The SID of the Account that created the Call resource(s) to delete.

`AC${string}`
Sid required

The Twilio-provided Call SID that uniquely identifies the Call resource to delete

`CA${string}`

Responses

204

The resource was deleted successfully.

unknown