v3

OpenAPI 3.0.42026-07-312008682.1 MB
Reservations

Cancel reservation

Cancels all reservation with specified identifiers. Succeeds only if the reservations are cancellable. Note this operation supports Portfolio Access Tokens.

post/api/connector/v1/reservations/cancel

Request body

ClientTokenstring required

Token identifying the client application.

AccessTokenstring required

Access token of the client application.

Clientstring required

Name and version of the client application.

EnterpriseIdstring uuid nullable

Unique identifier of the enterprise. Required when using Portfolio Access Tokens, ignored otherwise.

ReservationIdsstring[] required

Unique identifiers of the reservation to cancel.

ReservationIdstring uuid
PostCancellationFeeboolean nullable

Whether the cancellation fees should be charged according to rate conditions. The default is false.

SendEmailboolean nullable

Whether the cancellation email should be sent. The default is true.

Notesstring

Additional notes describing the reason for the cancellation.

Response

OK

ReservationIdsstring[] required

Identifiers of the affected Reservation entities.