DELETE api/2.0/calendar/caldavprojcal
Deletes the 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
|
System.Collections.Generic.List`1[System.String]
|
|
DELETE api/2.0/calendar/caldavprojcal
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"calendarId": "some text",
"team": [
"some text"
]
}