Delete Calendar Event
Deletes a calendar event by id.
Authentication: X-API-KEY header (see Authentication).
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string (path) | Yes | The eventId of the calendar event to delete. |
Request
curl -X DELETE https://api.withmoxie.com/public/action/calendar/{id}?id=VALUE \
-H "X-API-KEY: your_api_key_here"
Response
Returns 200 OK with no body on success.