Skip to main content
Version: Latest-3.5

DROP RESOURCE GROUP

DROP RESOURCE GROUP drops the specified resource group.

tip

This operation requires the DROP privilege on the target resource group. You can follow the instructions in GRANT to grant this privilege.

Syntax​

DROP RESOURCE GROUP <resource_group_name>

Parameters​

ParameterDescription
resource_group_nameName of the resource group to be dropped.

Example​

Example 1: Drops the resource group rg1.

DROP RESOURCE GROUP rg1;