Skip to main content

Delete Calendar Event

DELETE /public/action/calendar/{id}

Deletes a calendar event by id.

Authentication: X-API-KEY header (see Authentication).

Query parameters

ParameterTypeRequiredDescription
idstring (path)YesThe 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.