← Back to listing
DELETE/api/v1/calendars/{id}

Delete calendar

Delete a calendar by its ID

Authentication

Send your API key in the x-api-key header.

x-api-keybearer

Parameters

idrequired

path · string

Calendar ID

Responses

200Calendar deleted successfully

PublicApiDeleteCalendarResponseDto

statusCoderequired

number

countrequired

number

errorrequired

string

datarequired

boolean

Example response

json
{
  "statusCode": 200,
  "count": 0,
  "error": null,
  "data": false
}
401Unauthorized - missing or invalid API key or Bearer token