paws.management (version 0.1.0)

resourcegroups_delete_group: Deletes a specified resource group

Description

Deletes a specified resource group. Deleting a resource group does not delete resources that are members of the group; it only deletes the group structure.

Usage

resourcegroups_delete_group(GroupName)

Arguments

GroupName

[required] The name of the resource group to delete.

Request syntax

svc$delete_group(
  GroupName = "string"
)