Deletes a MediaRecording resource identified by a SID
A MediaRecording resource exposes recording metadata and allows the deletion of a particular recording.
Deletes a MediaRecording resource identified by a SID.
Path parameters
-
The SID of the MediaRecording resource to delete.
DELETE /v1/MediaRecordings/{Sid}
curl \
-X DELETE https://media.twilio.com/v1/MediaRecordings/{Sid} \
--user "username:password"