v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBCalendar V2 API
Delete Calendar Event
Deletes a Task or Appointment by its composite ID. The response body is a simple message envelope.
delete/v2.0/calendar/{calendarId}
Path parameters
calendarIdstring required
Composite calendar ID of the form '<numericId>-task' or '<numericId>-appointment'.
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Response
Calendar deleted.
Example response
{
"message": "Calendar updated successfully"
}