Delete appointment / calendar event
ghl_delete_appointmentPermanently delete an appointment or blocked time slot by ID. This action cannot be undone; use cancel to retain the record.
Instructions
Delete a calendar event by its id. Works for both appointments and blocked time slots. Destructive and cannot be undone — to keep the record but mark it off, use ghl_update_appointment with appointmentStatus 'cancelled' instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | The event/appointment id (also accepts a blocked-slot id). |