link
psql/drop-table

Drop Table

Delete a PostgreSQL table

table
delete

Command

DROP TABLE tablename;

Examples

Drop users table

DROP TABLE users;