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
Key | Datatype | Required | Description |
---|---|---|---|
occurrence_id | string | The meeting or webinar occurrence ID. | |
schedule_for_reminder | string | true : Notify host and alternative host about the meeting cancellation via email. | |
false : Do not send any email notification. | |||
cancel_meeting_reminder | string | true : 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
. |