DELETE api/2.0/calendar/todos/{todoId}
Deletes a task with the ID specified in the request.
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
|
DELETE api/2.0/calendar/todos/1234
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"fromCaldavServer": true
}