SQL ReferenceSQL CommandsDDL CommandsWorkload GroupDROP WORKLOAD GROUPOn this pageDROP WORKLOAD GROUPIntroduced or updated: v1.2.743 Removes the specified workload group. Syntax DROP WORKLOAD GROUP [IF EXISTS] <workload_group_name> Examples This example removes the test_workload_group workload group: DROP WORKLOAD GROUP test_warehouse;