DROP USER
Removes a user.
warning:
SyntaxWhen dropping an external user from Dremio, this does not prevent them from accessing Dremio again. The next time that user logs in on Dremio using their external credential manager, a new account is created for them in Dremio automatically.
DROP USER <username>
Parameters
{{< sql-section file="data/sql/users.json" data="droppingUserParameters" >}}
Example
Drop a local userDROP USER "user@dremio.com"