Cancel Booking
cancel_bookingCancel a scheduled call or meeting and automatically notify the invitee. Use after retrieving the booking ID from list_bookings.
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). |