DROP SUNDECK TOKEN
Deletes an existing Sundeck Token.
- See also:
- CREATE SUNDECK TOKEN, SHOW SUNDECK TOKENS
DROP SUNDECK TOKEN [ IF EXISTS ] <token_name>
<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”).
ube#COMPUTE_WH@(no database).(no schema)>drop sundeck token if exists "My special token";
+---------+
| status |
|---------|
| SUCCESS |
+---------+
1 Row(s) produced.