Open Context Protocol is live! 🚀 Read the launch post

deleteConferenceRecording

Delete a recording from your account

DELETE /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json HTTP/1.1

Parameters

{
  "AccountSid": {
    "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resources to delete.",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "ConferenceSid": {
    "description": "The Conference SID that identifies the conference associated with the recording to delete.",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "Sid": {
    "description": "The Twilio-provided string that uniquely identifies the Conference Recording resource to delete.",
    "required": true,
    "location": "path",
    "type": "string"
  }
}