DELETE
/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.jsonDelete a call recording
Deletes a recording associated with a specific call. Provide the owning AccountSid, parent CallSid, and recording Sid in their required SID formats before removing the resource.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The account SID that owns the recording. Must be a 34-character value matching the `AC` SID format.
CallSidstringrequired
The call SID associated with the recording. Must be a 34-character value matching the `CA` SID format.
Sidstringrequired
The unique recording SID to delete. Must be a 34-character value matching the `RE` SID format.
204Returns no content after the recording is deleted successfully.
Error handling
AccountSid must be a 34-character account SID beginning with AC, CallSid must be a 34-character call SID beginning with CA, and Sid must be a 34-character recording SID beginning with RE. The identifiers must identify the recording within the specified account and call.