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

Description

Deletes the CalDav event from the calendar with the ID specified in the request.

Parameters
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
Example
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"
  ]
}
Returns

Task awaiter