Booking cancellation request
Request endpoint:DELETE {supplier_url}/booking
A booking cancellation request is usually sent when an order is cancelled by a customer.
A booking cancellation request contains the following properties:
Request Body schema: application/json
One of:
booking_id required | string <uuid> The ID of the booking to cancel. |
ticket_numbers required | Array of strings A list of ticket values issued by the original booking confirmation response. |
transaction_id required | string The ID issued by the original booking confirmation response. |
Timing out
If a booking confirmation request times out, the order is no longer considered valid. When this occurs, a cancellation request is sent one minute later with anunconfirmed
property value of true
. Suppliers are required to cancel the booking, regardless of the experience's cancellation policy.