Deleting database groups

You can use the DROP GROUP command to delete or drop a database group.

To drop the group, log in to the database by using an account that has Drop administrative privilege. For example, the following command drops the qa group:
SYSTEM.ADMIN(ADMIN)=> DROP GROUP qa;
DROP GROUP