On this page

    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

    <username>

    String

    The username for the user you want to delete. Enclose the username in double quotes.

    Example

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