Cancel an appointment
cancel_appointmentCancel an appointment and notify attendees. Use attendeeId to remove one person or cancelAll for the entire booking.
Instructions
Cancel an appointment and notify attendees. For a group booking pass attendeeId to remove one person, or cancelAll to cancel the whole appointment — passing neither is rejected, so a bulk cancel is never accidental.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| cancelAll | No | Cancel the entire appointment | |
| attendeeId | No | Remove a single attendee | |
| appointmentId | Yes |