folder delete

The folder delete command deletes a folder from Server Explorer.

Usage

folder delete --p Path --r TrueFalse
Required Argument Description
Yes --p Path Specifies the path of the folder you want to delete.
No --r TrueFalse Specifies whether to delete the folder if it contains a flow or subfolders.
true
Delete the folder if it contains flows or subfolders.
false
Do not delete the folder if it contains flows or subfolders. Default.

Example

This example deletes a folder named Example123. The folder will be deleted even if it contains flows or subfolders.

folder delete --p ExampleABC/Example123 --r true