Cancel appointment
acuity_cancel_appointmentCANCELS an existing appointment. This MODIFIES the calendar and, unless suppressed, may send cancellation emails. Acuity REST: PUT /appointments/{id}/cancel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Appointment id to cancel (required). | |
| admin | No | If true, cancel as admin (bypasses client cancellation restrictions). | |
| noEmail | No | If true, suppress cancellation emails. | |
| cancelNote | No | Optional note explaining the cancellation. |