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
idrequiredpath · string
Calendar ID
Responses
200Calendar deleted successfully
PublicApiDeleteCalendarResponseDto
statusCoderequirednumber
countrequirednumber
errorrequiredstring
datarequiredboolean
Example response
json
{
"statusCode": 200,
"count": 0,
"error": null,
"data": false
}
401Unauthorized - missing or invalid API key or Bearer token