How to drop a database from redshift cluster

You can drop a database from Redshift cluster using below command where databasename is the name of the database that needs to be dropped.

drop database databasename;

You cannot drop a database that you are currently connected to.

See also  How to list all database users in Redshift