cancel_booking
Cancel a hotel reservation using guest first name, last name, and confirmation number. Irreversible action—review cancellation policy before proceeding.
Instructions
Cancel a hotel reservation. This action cannot be undone.
Requires guest first name, last name, and hotel confirmation number.
Cancellation of non-refundable rates forfeits the full amount. The guest should be aware of the cancellation policy before this tool is called.
To change dates: the recommended pattern is to search and book new dates first, then cancel the original reservation. Canceling before securing a new booking risks losing the room.
Cancellation confirmation is emailed to the address on file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first_name | Yes | Guest first name on the reservation | |
| last_name | Yes | Guest last name on the reservation | |
| confirmation_number | Yes | Hotel confirmation number |