ghl_calendar_appointment_note_delete
Delete a note from a calendar appointment by providing appointment ID and note ID.
Instructions
Delete Note Endpoint: DELETE /calendars/appointments/{appointmentId}/notes/{noteId} (Version header: v3; source: v3/calendars-v3.json) OAuth scopes: calendars/events.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | Path parameter (inferred from the URL template; the official spec omits its declaration). | |
| appointmentId | Yes | Appointment ID |