Delete GoHighLevel Appointment
ghl_delete_appointmentDelete an appointment by providing its event ID. Requires explicit confirmation before execution.
Instructions
Delete a calendar event with DELETE /calendars/events/{id}. Requires confirm: true and owner approval before live execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Required for destructive tools. The API call is made only when confirm is explicitly true. | |
| event_id | Yes | Calendar event ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |