Cancel Booking Request
Name | Type | Tags | Description |
---|---|---|---|
idempotency_key |
string |
Optional | A unique key to make this request an idempotent operation. Constraints: Maximum Length: 255 |
booking_version |
int |
Optional | The revision number for the booking used for optimistic concurrency. |
{
"idempotency_key": "idempotency_key6",
"booking_version": 0
}