Logo
Zoom Public API Documentation

Delete session's recording file

DELETE {{baseUrl}}/videosdk/sessions/:sessionId/recordings/:recordingId?action=trash

Delete a specific recording file from a session.

Note: To use this API, you must enable the The host can delete cloud recordings setting.

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
action
string The recording delete actions:<br>`trash` - Move recording to trash.<br>`delete` - Delete recording permanently.



HEADERS

Key Datatype Required Description 




RESPONSES

status OK





Curl
curl -X DELETE 'https://api.zoom.us/v2/videosdk/sessions/:sessionId/recordings/:recordingId?action=trash?action=trash'

ENDPOINTS