POST

Cancel Booking


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Deprecation Notice:

This endpoint has been replaced with Bookings V2 Cancel Booking and will be removed on December 31, 2024.

Cancels an existing booking.

Canceling a booking causes the following changes:

  • The booking status changes to CANCELED.
  • The participant is removed from the session.
  • If the booking creates a session, the session that was created is deleted from the calendar.
  • The participant is notified, according to the participantNotification properties.

When cancelling a booking on behalf of a customer, ignoreCancellationPolicy should always be set to false to ensure that the cancellation is validated against the service's bookings policy.

Permissions This endpoint requires the Manage Bookings permission scope.

Endpoint
POST
https://www.wixapis.com/bookings/v1/bookings/{id}/cancel

Event TriggersThis method triggers the following events:
Did this help?