Logo
Zoom Public API Documentation

Delete a meeting recording file

DELETE {{baseUrl}}/meetings/:meetingId/recordings/:recordingId?action=trash

Delete a specific recording file from a meeting.<p style="background-color:#e1f5fe; color:#01579b; padding:8px"> <b>Note:</b> To use this API, you must enable the <b>The host can delete cloud recordings</b> setting. You can find this setting in the <b>Recording</b> tab of the <b>Settings</b> interface in the Zoom web portal.</p>

Scopes: recording:write:admin,recording:write

Rate Limit Label: Light

 

Body PARAM

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



HEADERS

Key Datatype Required Description 




RESPONSES

status OK





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

ENDPOINTS