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

DROP SUNDECK ROUTINE

Deletes an existing Sundeck Routine.

A routine which is being referenced by other routines or flows cannot be dropped.
See also:
CREATE SUNDECK ROUTINE, SHOW SUNDECK ROUTINES, DESCRIBE SUNDECK ROUTINE

Syntax

DROP SUNDECK ROUTINE [IF EXISTS] <routine-identifier>

Parameters

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

Examples

DROP SUNDECK ROUTINE "my special routine";
DROP SUNDECK ROUTINE IF EXISTS "my special routine";