====== 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":,
"Data":{
"Token":,
"Folder IDs":[
,
,
...
]
}
=== Response body ===
"Status":"Success"