cancel_booking
Cancel a booking. A pilot can cancel only their own bookings; an admin can cancel any booking in the club. ULTRA-PROACTIVE: If the user says "cancel my booking", use "get_my_bookings" to find the ID, OR use the [INTERNAL_ID] from a previous create_booking success message. NEVER ask the user for an ID you can find yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookingId | Yes | The ID of the booking to cancel |