DROP SUNDECK FLOW
Deletes an existing Sundeck Flow.
DROP SUNDECK FLOW <name>
<name>
- Specifies the identifier for the flow to drop. If the identifier contains spaces, special characters, or mixed-case characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive (e.g. “My Object”).
DROP SUNDECK FLOW "my special flow";