Delete a meeting

DELETE {{baseUrl}}/meetings/:meetingId?occurrence_id=<string>&schedule_for_reminder=<boolean>&cancel_meeting_reminder=<boolean>

Delete a meeting.

Scopes: meeting:write:admin,meeting:write

Rate Limit Label: Light

Request Params

KeyDatatypeRequiredDescription
occurrence_idstringThe meeting or webinar occurrence ID.
schedule_for_reminderstringtrue: Notify host and alternative host about the meeting cancellation via email.
false: Do not send any email notification.
cancel_meeting_reminderstringtrue: Notify registrants about the meeting cancellation via email.

false: Do not send any email notification to meeting registrants.

The default value of this field is false. |