Delete room recording

DELETE /v1/Rooms/{RoomSid}/Recordings/{Sid}

Single-track, single-media room recordings

Path parameters

  • RoomSid string Required

    The SID of the room with the RoomRecording resource to delete.

  • Sid string Required

    The SID of the RoomRecording resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Rooms/{RoomSid}/Recordings/{Sid}
curl \
 -X DELETE https://video.twilio.com/v1/Rooms/{RoomSid}/Recordings/{Sid} \
 --user "username:password"