Deleting of the folders

Description

Removes the specified folder of your account. All tasks in the folder and their settings are also deleted.

Request code

OC_DELETEFOLDERS

Request errors

No.

Request body

"Action":<OC_DELETEFOLDERS>,
"Data":{
 "Token":<MyToken>,
 "Folder IDs":[
  <MyFolderID_1>,
  <MyFolderID_2>,
  ...
  <MyFolderID_N>
 ]
}

Response body

"Status":"Success"