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;
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;