ReferenceSQL statementsUser account managementDROP USERVersion: Latest-4.1On this pageCopy as MarkdownView as Markdown/docs/sql-reference/sql-statements/account-management/DROP_USER.mdOpen in ClaudeOpen in ChatGPTBrowse all docs as Markdown/llms.txtDROP USER DROP USER drops a specified user identity. tipOnly users with the user_admin role has the privilege to perform this operation. Syntaxβ DROP USER '<user_identity>'`user_identity`: user@'host'user@['domain'] Examplesβ Drop user jack@'192.%'. DROP USER 'jack'@'192.%'