v1

latestOpenAPI 3.0.32026-07-14133451.7 KB
Booking

Cancel a booking order that is neither cancelled nor completed

The booking order with specified orderId will be cancelled, if its status is neither cancelled nor completed.

IMPORTANT:

Calling this endpoint does not cancel a completed booking order, i.e. a booking order that is already paid. It certainly does not provide any refund because it can only cancel a booking order that is not already paid.

delete/booking/orders/{orderId}

Path parameters

orderIdstring required

UUID

Example:a7dd1cf6-dc96-490b-bdf6-8685dbf5bb87

Response

OK

messagestring

message returned by server side if there is any