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.

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

  • Sid string Required

    The SID of the RoomRecording resource to delete.

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

Responses

  • 204

    The resource was deleted successfully.

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