This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Deletes a session from a schedule.
Use the participantNotification
property to send an email to the participants when the session is deleted.
When deleting a session of type "EVENT"
where a booking exists, the booking's status is updated to "CANCELED"
.
To delete a set of recurring sessions, specify the session's recurringSessionId
in the sessionId
property of the request parameters.
Permissions This endpoint requires the Manage Bookings permissions scope
@snippet [deleteSession.es6=Delete a session.]