cancelMultiServiceBooking( )


Developer Preview

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

Cancels a multi-service booking and all its associated single-service bookings.

Cancels the entire multi-service booking, updating the status of all single-service bookings to CANCELED. The call fails if all single-service bookings are already canceled or declined.

See Cancel Booking (SDK | REST) for single-service booking cancellation details.

Method Declaration
Copy
Method Parameters
multiServiceBookingIdstringRequired

ID of the multi-service booking to cancel.


optionsCancelMultiServiceBookingOptions
Returns
Return Type:Promise<CancelMultiServiceBookingResponse>
Errors
403Permission Denied

There is 1 error with this status code.

404Not Found

There is 1 error with this status code.

428Failed Precondition

There are 2 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?