Deletes the specified folder from the tree.
0 |
String |
Folder Path |
The path to the folder to delete. |
None.
SUCCESS |
The folder was deleted successfully. |
FAILURE |
The specified folder was not found. |
A single folder is deleted by specifying a name only. A folder in a hierarchy is specified by separating folder names by one or two colons. For example, A::B::C deletes the folder “C” within the parent “B”, which itself is in a parent folder “A”. A:B:C would have the same effect.