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

DROP SUNDECK TOKEN

Deletes an existing Sundeck Token.

See also:
CREATE SUNDECK TOKEN, SHOW SUNDECK TOKENS

Syntax

DROP SUNDECK TOKEN [ IF EXISTS ] <token_name>

Parameters

<token_name>
Specifies the identifier for the token 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 Token”).

Examples

vicky#COMPUTE_WH@(no database).(no schema)>drop sundeck token if exists "My special token";
+---------+                                                                     
| status  |
|---------|
| SUCCESS |
+---------+
1 Row(s) produced.