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β
Parameter | Description |
---|---|
resource_group_name | Name of the resource group to be dropped. |
Exampleβ
Example 1: Drops the resource group rg1
.
DROP RESOURCE GROUP rg1;