Delete a room recording.
DELETE/room_recordings/:room_recording_id
Synchronously delete a Room Recording.
Request
Path Parameters
room_recording_id uuidrequired
The unique identifier of a room recording.
Responses
204: The resource was deleted successfully.
404: Resource not found
- application/json
Request samples
curl -L -X DELETE 'https://api.telnyx.com/v2/room_recordings/:room_recording_id' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
},
"meta": {}
}