Cancel Booking
cancel_bookingCreate a secure cancellation handoff for a hotel reservation. After verifying the guest, this tool returns the hotel cancellation policy on file and a first-party 1Stay cancellation URL. It never cancels the reservation in conversation.
The guest must open the secure page, review the policy, and explicitly confirm there. 1Stay does not estimate a refund, credit, penalty, or amount the hotel may charge. Until that page reports success, the reservation is NOT cancelled. A successful cancellation is confirmed on the page and by email to the address on file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last_name | Yes | Guest last name on the reservation | |
| first_name | Yes | Guest first name on the reservation | |
| confirmation_number | Yes | Hotel confirmation number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| booking | No | ||
| message | Yes | ||
| cancellation | No | ||
| cancellation_url | No | ||
| confirmation_number | No | ||
| cancellation_url_expires_at | No |