PostgreSQL Delete a Database To delete a PostgreSQL database, run DROP DATABASE DB_NAME; Example DROP DATABASE "odoodb2";