Documentation
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

DROP SUNDECK FLOW

Deletes an existing Sundeck Flow.

See also:
CREATE SUNDECK FLOW, SHOW SUNDECK FLOWS, DESCRIBE SUNDECK FLOW

Syntax

DROP SUNDECK FLOW <name>

Parameters

<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”).

Examples

DROP SUNDECK FLOW "my special flow";