Cancel Booking
cancel_bookingCancel a scheduled call or meeting and notify the invitee. Requires the booking ID from list_bookings; use reschedule_booking to move instead.
Instructions
Cancel a scheduled booking (call/meeting) and return the result — the invitee is notified per the scheduling settings. A write. Resolve booking_id via list_bookings first; never guess it. To move it instead of cancelling, use reschedule_booking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes | Booking id to cancel, from list_bookings (required). |