DELETE api/2.0/calendar/todos/{todoId}
Name |
Description |
Type |
Example |
todoId
sent in url
|
Task ID
|
number
|
1234
|
fromCaldavServer
sent in body
|
Bool flag says that request from caldav server
|
Bool value
|
true
|
DELETE api/2.0/calendar/todos/1234
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"fromCaldavServer": true
}