Deletes the specified resource group. Deleting a resource group does not delete any resources that are members of the group; it only deletes the group structure.
Minimum permissions
To run this command, you must have the following permissions:
resource-groups:DeleteGroup
resourcegroups_delete_group(GroupName, Group)
A list with the following syntax:
list(
Group = list(
GroupArn = "string",
Name = "string",
Description = "string"
)
)
Deprecated - don't use this parameter. Use Group
instead.
The name or the ARN of the resource group to delete.
svc$delete_group(
GroupName = "string",
Group = "string"
)