action twinehealth_delete_calendar_event { label: "Delete a calendar event" description: "Delete a calendar event by id" provider: twinehealth method: DELETE path: "/calendar_event/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }