DELETE api/2.0/calendar/todos/{todoId} This function requires authentication

Description

Deletes a task with the ID specified in the request.

Parameters
Name Description Type Example
todoId
sent in url
Task ID number 1234
fromCaldavServer
sent in body
Defines if the request is from the CalDav server or not Bool value true
Example
DELETE api/2.0/calendar/todos/1234
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "fromCaldavServer": true
}
Returns

Task awaiter