Delete event
cronofy_delete_eventDeletes an event (by your event_id) from a real connected calendar. Destructive. API: DELETE /v1/calendars/{calendar_id}/events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | YOUR event_id for the event to delete (sent in the JSON body). | |
| calendar_id | Yes | Calendar id the event lives on. |