Delete Reservation

DELETE /v1/reservations/{reservationId}

Cancels a reservation.

To receive the result of a reservation cancellation request, a subscription on reservationResult webhook events are required.

Headers

Name
Value

Authorization

Bearer <token>

x-api-key

<api key>

Parameters

reservationId string(uuid) path parameter (required)

Identifier of the reservation to cancel.

Response

202 Accepted

The reservation cancellation request was accepted and queued for execution.

Body

correlationIdstring(uuid)

Transactional identifier of the reservation cancellation request. Can be used to match the corresponding reservationResult webhook event where the actual result of the request is delivered.


timestamp string(date-time)

The time when the operation was accepted.

Last updated