Skip to main content

Delete /calendars

Description

Deletes data on a calendar (event type)

The route handles the DELETE request made to the /calendars/{id} path.

HTTP methodRouteQuery parameters
DELETE/calendarsid

Query parameters

The next parameter is sent in the request line:

NameTypeDescription
idnumberRequired. The ID of the calendar to be deleted.

Payload

No payload is required.

Response

No data is returned back. The HTTP status code shows whether the request succeeds (response.status == 200) or fails (response.status == 500).


Related articles: Working with server