15.ide_delete_folder
Delete folder interface in ide project:
Delete folder in ide project.
Message:
json
{
"cmd": "ide_delete_folder",
"data": {
"version":"lite6",
"user_Id":"test",
"projectName":"213213213",
"folderPath":"/"
},
"id": "1"
}
\
Request:
data | type | Required fields | Description |
---|---|---|---|
version | string | yes | Lite6 arm passes “lite6”, other types pass null |
user_Id | string | yes | Default pass test |
projectName | string | yes | Delete the parent directory of the project |
folderPath | string | yes | Remove the path of a folder relative to its parent directory |
\
Respons:
code=0->Success;
code!=0->-33 means the deleted folder is abnormal, -12 means the deleted folder does not exist.
\