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

Request Params

KeyDatatypeRequiredDescription
occurrence_idstringThe meeting or webinar occurrence ID.
cancel_webinar_reminderstringtrue - 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. |