Was this helpful?
Delete a conference recording of conference room.
/conference_rooms/{id}/recordings/{recording_id}/destroy
The unique ID of conference room.
The unique ID of conference recording.
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/conference_rooms/{id}/recordings/{recording_id}/destroy' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No body