Delete room recording
Single-track, single-media room recordings
Path parameters
-
The SID of the room with the RoomRecording resource to delete.
Minimum length is
34, maximum length is34. Format should match the following pattern:^RM[0-9a-fA-F]{32}$. -
The SID of the RoomRecording resource to delete.
Minimum length is
34, maximum length is34. Format should match the following pattern:^RT[0-9a-fA-F]{32}$.
DELETE
/v1/Rooms/{RoomSid}/Recordings/{Sid}
curl \
--request DELETE 'https://video.twilio.com/v1/Rooms/{RoomSid}/Recordings/{Sid}' \
--user "username:password"