iCalendlyDeveloper Docs
Cal unified calendars

DELDelete event for a connection

Delete/cancel an event on the specified calendar connection. Only supported for Google Calendar connections; other connection types return 400.

DELETE/v2/calendars/connections/{connectionId}/events/{eventId}

Path Parameters

connectionIdRequiredstring
eventIdRequiredstring

Query Parameters

calendarIdstring

Header Parameters

AuthorizationRequiredstring

value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token

curl -X DELETE "https://example.com/v2/calendars/connections/<string>/events/<string>?calendarId=%3Cstring%3E" \
  -H "Authorization: <string>"