DROP RESOURCE GROUP

Description

Drops the specified resource group.

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;