Deleting resource groups from Amazon Resource Groups - Amazon Resource Groups
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Deleting resource groups from Amazon Resource Groups

You can use the Amazon Resource Groups console or the Amazon CLI to delete resource groups from Amazon Resource Groups. Deleting a resource group does not delete the resources that are members of the group or tags on member resources. It deletes only the group structure and any group-level tags.

Console
To delete resource groups
  1. Sign in to the Amazon Resource Groups console.

  2. In the navigation pane, choose Saved Resource Groups.

  3. Choose the name of the resource group that you want to delete, and then choose View details.

  4. On the group's detail page, choose Delete in the top right corner.

  5. When you are prompted to confirm the deletion, choose Delete.

Amazon CLI & Amazon SDKs
To delete resource groups
  1. Run the following command, replacing resource_group_name with the name of your group.

    $ aws resource-groups delete-group \ --group-name resource_group_name
  2. When you are prompted to confirm the deletion, type yes, and then press Enter.