Logo
Zoom Public API Documentation

Delete a webinar registrant

DELETE {{baseUrl}}/webinars/:webinarId/registrants/:registrantId?occurrence_id=<string>

Delete a webinar registrant.

Scopes: webinar:write,webinar:write:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 
occurrence_id
string The webinar occurrence ID.



HEADERS

Key Datatype Required Description 




RESPONSES

status





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

ENDPOINTS