API reference
V2Calendar Events

Delete calendar event

Deletes a calendar event.

DELETE
/api/v2/calendars/{calendar_id}/events/{id}

Deletes a calendar event.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

calendar_id*string

Calendar

id*string

Id

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v2/calendars/string/events/string"
{  "status": "ok",  "data": {}}