easytable_cancel_booking
Cancel an existing booking by providing restaurant id, mobile, and booking id. Set confirm=true to proceed; without it, the tool returns a dry-run preview.
Instructions
Cancel an existing booking. Look up the booking id first with easytable_find_bookings (it needs the mobile the booking was made with). Without confirm: true it returns a dry-run preview and makes NO network call; with confirm: true it cancels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Restaurant id — the `id` in a book.easytable.com/book/?id=<id> link. | |
| mobile | Yes | Mobile the booking was made with, E.164 (e.g. +46701234567). | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| bookingId | Yes | Booking id from easytable_find_bookings. |