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
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
. |