Logo
Zoom Public API Documentation

Delete a meeting registrant

DELETE {{baseUrl}}/meetings/:meetingId/registrants/:registrantId?occurrence_id=<string>

Delete a meeting registrant.

Scopes: meeting:write:admin,meeting:write

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
occurrence_id
string The meeting occurrence ID.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/meetings/:meetingId/registrants/:registrantId?occurrence_id=<string>?occurrence_id=<string>'

ENDPOINTS