Cancel a booking
cancel_bookingCancel a scheduled booking by its ID, with an optional reason. Idempotent operation; cancelling an already cancelled booking does nothing.
Instructions
Cancel a scheduled booking by id (from list_bookings), optionally with a reason. Idempotent: cancelling an already-cancelled booking is a no-op.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Booking id, e.g. b1. | |
| reason | No | ||
| project | Yes |