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