--- title: "DROP GROUP" id: sql-dropgroup pg_version: "20devel" --- # DROP GROUP — remove a database role ## Synopsis ``` DROP GROUP [ IF EXISTS ] name [, ...] ``` ## Description `DROP GROUP` is now an alias for [`DROP ROLE`](sql-droprole.md). ## Compatibility There is no `DROP GROUP` statement in the SQL standard. ## See Also [DROP ROLE](sql-droprole.md)