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

REVOKE SUNDECK ROLE

Revoke Sundeck ADMIN privilege from a Snowflake user.

See also:
GRANT SUNDECK ROLE, SHOW SUNDECK GRANTS

Syntax

REVOKE SUNDECK ROLE ADMIN FROM USER  <name-identifier>

Parameters

<name-identifier>
Specifies the identifier for Snowflake username. You can list the Snowflake username identifiers by run Show users in your Snowflake account. 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

REVOKE SUNDECK ROLE ADMIN FROM USER FOO;

REVOKE SUNDECK ROLE ADMIN FROM USER "test@foo.bar";