DELETE api/2.0/calendar/caldavevent
Deletes the CalDav event from the calendar with the ID specified in the request.
Name |
Description |
Type |
Example |
calendarId
sent in body
|
Calendar ID
|
string
|
some text
|
uid
sent in body
|
Event UID
|
string
|
some text
|
responsibles
sent in body
|
Task responsibles
|
Collection of strings
|
some text
|
DELETE api/2.0/calendar/caldavevent
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"calendarId": "some text",
"uid": "some text",
"responsibles": [
"some text"
]
}