Cancel a hotel booking and get a refund when eligible
Post-booking
hotel-cancel
Cancel a hotel booking and get a refund when eligible
POST
Cancel a hotel booking and get a refund when eligible
Cancel a hotel booking when the traveler can no longer make the stay or wants to drop a hotel from a multi-item trip. The call is idempotent: retrying the same cancellation re-serves the stored result rather than charging or refunding twice. Works with guest auth (booking ref + last name) or the authenticated shortcut (provider booking ID).
Two auth modes:
- Guest —
booking_ref+last_nametogether. - Authenticated —
provider_booking_id(optionally withprovider).
Authorizations
Body
application/json
Response
Cancel a hotel booking and get a refund when eligible
