You can execute the DROP USER statement to delete an account.
Syntax
DROP USER [if exists] user [, [if exists] user] ...
Precautions
To delete an account by executing the DROP USER statement, you must have the CREATE_USER permission.
Example
DROP USER account_2;