Skip to main content

DROP USER

Removes a user.

warning:

When 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.

Syntax
DROP USER <username>

Parameters

{{< sql-section file="data/sql/users.json" data="droppingUserParameters" >}}

Example

Drop a local user
DROP USER "user@dremio.com"