Logo
Zoom Public API Documentation

Delete meeting recordings

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

Delete all recording files of a meeting.

Scopes: recording:write:admin recording:write
Rate Limit Label: Light
Prerequisites: * Cloud Recording should be enabled on the user's account.

 

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/meetings/:meetingId/recordings?action=trash?action=trash'

ENDPOINTS