Logo
Zoom Public API Documentation

Delete a webinar

DELETE {{baseUrl}}/webinars/:webinarId?occurrence_id=<string>&cancel_webinar_reminder=<boolean>

Delete a webinar.

Prerequisites:

  • Pro or higher plan with the webinar add-on.

Scopes: webinar:write,webinar:write:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 
occurrence_id
string The meeting or webinar occurrence ID.
cancel_webinar_reminder
string `true` - Notify panelists and registrants about the webinar cancellation via email. `false` - Do not send any email notification to webinar registrants and panelists. The default value of this field is `false`.



HEADERS

Key Datatype Required Description 




RESPONSES

status





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

ENDPOINTS