cancel_booking
Cancel a booking to free the slot and remove the linked meeting. Requires the booking ID from list_bookings; cannot cancel a meeting that has already started.
Instructions
Cancel a booking and return the updated booking — frees the slot and cancels the linked meeting, which affects the GUEST, so confirm intent before calling. Cannot cancel a meeting that has already started. Resolve the booking_id first with list_bookings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes | Booking id, from list_bookings. |