cancel_booking
Cancel a room booking in the DiSH system by providing the booking ID. Use this tool to manage reservations and free up meeting room availability.
Instructions
Cancel a room booking using the DiSH API.
To cancel a booking, you need to know the booking ID. You can get the booking ID by using the
check_availability tool to get the bookings for a room and date range.
Args: booking_id: The ID of the booking to cancel (e.g., "692192791c60f69c20311db3") cookie: Authentication cookie. If not provided, looks for DISH_COOKIE env var. skip_cancellation_policy: Whether to skip cancellation policy (default: False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes | ||
| cookie | No | ||
| skip_cancellation_policy | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |