REVOKE ROLE
Revoke a role from the role or user.
SyntaxREVOKE ROLE <role_name>
FROM { ROLE | USER } <role_or_user_name>
Parameters
<role_name>
String
Indicates the name of the role you wish to revoke.
<role_or_user_name>
String
Indicates the role or user that you are revoking the role from.
Example
Revoke role from a userREVOKE ROLE role1
FROM USER "user@dremio.com"
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.