cancel_booking
Cancel an upcoming reservation with the booking ID and manage token to release its slot immediately. This action cannot be undone; confirm with the guest first.
Instructions
Cancel an upcoming booking and release its slot to other guests. Identified like check_booking: booking_id plus manage_token. Confirm with the guest before calling; the cancellation is immediate and this server cannot undo it, the guest would simply book again. The venue is notified exactly as for a cancellation from the manage link. Safe to retry: cancelling a booking that is already cancelled returns the same result, not an error. A booking whose start time has passed cannot be cancelled and returns an error saying so. To move a booking to another time, cancel it and create a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes | The booking_id create_booking returned, or the id in the guest's manage link. | |
| manage_token | Yes | The token from the same booking's manage link (its ?token= parameter). |