DELETE api/2.0/calendar/caldavprojcal This function requires authentication

Description

Deletes a project calendar with the ID specified in the request.

Parameters
Name Description Type Example
calendarId
sent in body
Calendar ID string some text
team
sent in body
Project team Collection of strings some text
Example
DELETE api/2.0/calendar/caldavprojcal
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "calendarId": "some text",
  "team": [
    "some text"
  ]
}
Returns

Task awaiter