DROP WORKLOAD GROUP
This statement is used to delete a workload group.
DROP WORKLOAD GROUP [IF EXISTS] 'rg_name'
Delete the workload group named g1:
drop workload group if exists g1;
DROP, WORKLOAD, GROUP