To remove an account, use the DROP USER statement, which is described in Section 13.7.1.3, “DROP USER Syntax”. For example:
DROP USER
mysql> DROP USER 'jeffrey'@'localhost';
DROP USER 'jeffrey'@'localhost';