DELETE api/2.0/calendar/caldavprojcal
Deletes a project calendar with the ID specified in the request.
Name |
Description |
Type |
Example |
calendarId
sent in body
|
Calendar ID
|
string
|
some text
|
team
sent in body
|
Project team
|
Collection of strings
|
some text
|
DELETE api/2.0/calendar/caldavprojcal
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"calendarId": "some text",
"team": [
"some text"
]
}