Delete a recording from your account

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

Recordings of conferences

Delete a recording from your account

Path parameters

  • AccountSid string Required

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

  • ConferenceSid string Required

    The Conference SID that identifies the conference associated with the recording to delete.

  • Sid string Required

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

Responses

  • 204

    The resource was deleted successfully.

DELETE /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json
curl \
 -X DELETE https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json \
 --user "username:password"