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

Delete a conference recording

Deletes a recording associated with a specified conference. Provide the account, conference, and recording SIDs to identify the recording to remove. A successful deletion returns no response body.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

3 parameters
AccountSidstringrequired
The account SID that owns the conference recording. Must be 34 characters and match the `AC` SID format.
ConferenceSidstringrequired
The conference SID associated with the recording. Must be 34 characters and match the `CF` SID format.
Sidstringrequired
The unique conference recording SID to delete. Must be 34 characters and match the `RE` SID format.

1 status code
204Confirms that the conference recording was deleted successfully; the response contains no body.

Error handling

AccountSid must be a 34-character SID beginning with AC, ConferenceSid must be a 34-character SID beginning with CF, and Sid must be a 34-character recording SID beginning with RE. The identifiers must refer to the recording within the specified account and conference.