How to drop a user in Redshift

Below is the syntax to drop a single user from the Redshift database.

drop user username;                     

Syntax to drop multiple users from Redshift database is as below:

drop user username1, username2 username3;
See also  How to create a billing alarm for your AWS account