dropdb

Remove a PostgreSQL database. A simple wrapper around the SQL command DROP DATABASE. More information: https://www.postgresql.org/docs/current/app-dropdb.html.

dropdb {{dbname}}

dropdb {{[-i|--interactive]}} {{database_name}}

dropdb {{[-U|--username]}} {{username}} {{dbname}}

dropdb {{[-W|--password]}} {{dbname}}}}

dropdb {{[-w|--no-password]}} {{database_name}}

dropdb {{[-h|--host]}} {{host}} {{database_name}}

dropdb {{[-p|--port]}} {{port}} {{database_name}}

dropdb {{[-f|--force]}} {{database_name}}