DROP SUNDECK ROUTINE
Deletes an existing Sundeck Routine.
A routine which is being referenced by other routines or flows cannot be dropped.
DROP SUNDECK ROUTINE [IF EXISTS] <routine-identifier>
<routine-identifier>
- Specifies the identifier for the routine 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 ROUTINE "my special routine";
DROP SUNDECK ROUTINE IF EXISTS "my special routine";