booboooking_cancel
Cancel a reservation on booboooking.com. Requires the reservation_id AND pin that were returned from the original booboooking_book call — both are needed as proof of booking ownership. If the user asks to cancel but you do not have the pin in your conversation state, you MUST ask them for it — you cannot cancel without it. Never invent or guess a pin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin | Yes | The PIN returned from the original booking | |
| provider | Yes | Provider identifier (same as the one used for booking) | |
| reservation_id | Yes | The `id` returned from the original booking (24-hex MongoDB ObjectId) |