Sessions

Cancel a Session

Cancels a single Session occurrence. Any existing bookings on the session are notified per the site's session-cancellation settings; the session itself is soft-deleted so it can be restored (see POST /shop/sessions/{sessionId}/restore).

delete/shop/sessions/{sessionId}

Response

The session was successfully cancelled.

Changes