cancel_appointment
Cancel a booking you made. Requires booking_id and the lookup_token from book_appointment. Safe to retry (idempotent). No account needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes | The booking_id returned from book_appointment | |
| lookup_token | Yes | The lookup_token returned from book_appointment for this booking |