ReferenceSQLDDL CommandsUserDROP USEROn this pageDROP USERDrop the specified user from the system.SyntaxDROP USER [ IF EXISTS ] <name>ExamplesDROP USER user1;