Cancel
The Cancel API is used for cancelling the reservations using the bookingId made via Zentrum Connect booking API.
Cancel API Details:
HTTP: DELETE
Endpoint:{baseEndpoint}/api/v1/book/{{bookingId}}?cancellationToken={{cancellationToken}}
FAQs
In case of a multi-room booking, can I cancel specific rooms from the booking?
No, we do not support partial booking cancellation.
Error Codes
| Error Code | Error Message |
|---|---|
| 4001 | Invalid data in request - Please refer to the fields[] for more details. |
| 4010 | Booking is already cancelled |
| 4011 | Booking cannot be cancelled after the check-in date |
| 5005 | Cancellation pending from supplier end |
| 5000 | Your request failed due to an unknown system error. Please contact support team with the correlationId. |
| 5001 | Your request failed due to an unknown error returned by the supplier. Please contact support team with the correlationId. |
Updated 25 days ago