cancel_appointment
Cancel an appointment by ID. Supports canceling individual attendees in group bookings or the entire appointment.
Instructions
Cancel an appointment. For group bookings, pass attendee_id (single) or cancel_all=True (whole appointment).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| cancel_all | No | ||
| attendee_id | No | ||
| appointment_id | Yes | ||
| cancel_entire_series | No |