Cancel Reservation / Remove Cart Item / Empty Cart
DELETE {{baseUrl}}/reservations/:reservation_reference
This API is called to cancel a reserved timeslot, delete products from your cart or empty the cart. In case of a full cancellation, you are no longer able to amend the reservation. Otherwise, the updated cart will be returned.
Note that (combi-)pricing might have changed.
If payment is made, funds will be automatically refunded.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
booking_reservation_reference | string | When using the Cart functionality you are able to remove individual products. | |
cancellation_reason | string | Optional reason for this cancellation. |
RESPONSES
status: OK