Deletes a MediaRecording resource identified by a SID

DELETE /v1/MediaRecordings/{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

  • Sid string Required

    The SID of the MediaRecording resource to delete.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^KV[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/MediaRecordings/{Sid}
curl \
 --request DELETE 'https://media.twilio.com/v1/MediaRecordings/{Sid}' \
 --user "username:password"