folder delete

The folder delete command deletes a folder from Server Explorer.

Usage

folder delete --p Path --r TrueFalse
RequiredArgumentDescription
Yes--p PathSpecifies the path of the folder you want to delete.
No--r TrueFalseSpecifies 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