Skip to main content
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).

Usage

jinko hotel-cancel [options]

Options

FlagRequiredDescriptionDefault
--booking-ref <ref>Yes — guest modeJinko booking reference (e.g. JNK-A7B3X9). Guest path — pair with —last-name. JSON: booking_ref.
--last-name <name>Yes — guest modeLast name of the lead guest. Guest path — pair with —booking-ref. JSON: last_name.
--provider-booking-id <id>Yes — authenticated modeProvider booking ID (authenticated shortcut). Mutually exclusive with —booking-ref + —last-name. JSON: provider_booking_id.
--provider <code>NoProvider code (e.g. “nuitee”). Optional, only meaningful with —provider-booking-id. JSON: provider.
--ref <ref>NoDEPRECATED: use —booking-ref.