# Delete Group

> `UiPath.AmazonWebServices.Activities.DeleteGroup`

`UiPath.AmazonWebServices.Activities.DeleteGroup`

## Description

Deletes the specified IAM group.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Input

* **Name** - The name of the IAM group to delete.
* **RemoveAllAttachedEntities** - Indicates whether to remove all subordinate entities attached to the group (users, inline policies, and managed policies).

:::note
If `RemoveAllAttachedEntities` is enabled, the activity removes subordinate entities attached to the group (i.e. removes users belonging to the group, deletes all inline policies embedded in the group, and detaches all attached managed policies). If this option is not selected and there are still entities attached to the group, the deletion will fail.
:::
