Search + K

Command Palette

Search for a command to run...

Sign In

Delete a recording from your account

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

Delete a recording from your account

Parameters

path Path Parameters

Name Type
AccountSid required

The SID of the Account that created the Recording resources to delete.

`AC${string}`
CallSid required

The Call SID of the resources to delete.

`CA${string}`
Sid required

The Twilio-provided string that uniquely identifies the Recording resource to delete.

`RE${string}`

Responses

204

The resource was deleted successfully.

unknown