cancel_booking
Cancel any cab booking by ID. Specify the canceller (Guest, Hotel, Driver, Admin, or No Driver Available). Driver cancellations incur a 20-point penalty.
Instructions
Cancel a booking. If cancelled by Driver, applies a -20 score penalty. If no driver was found, set cancelled_by to 'No Driver Available'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes | Booking ID to cancel | |
| cancelled_by | Yes | Who is cancelling |