---
title: "DELETE /attribute-groups/{attributeGroup}"
method: DELETE
path: "/attribute-groups/{attributeGroup}"
---

# DELETE /attribute-groups/{attributeGroup}

`DELETE /attribute-groups/{attributeGroup}`

Deletes an attribute group, specified either by its attribute group ID, name, or ARN.

## Path parameters

- `attributeGroup` string, required

## Response `200`

Success

- DeleteAttributeGroupResponse
  - `attributeGroup` object — Information about the deleted attribute group.
    - `id` string — The globally unique attribute group identifier of the attribute group.
    - `arn` string — The Amazon resource name (ARN) that specifies the attribute group across services.
    - `name` string — The name of the attribute group.
    - `description` string — The description of the attribute group that the user provides.
    - `creationTime` string, date-time — The ISO-8601 formatted timestamp of the moment the attribute group was created.
    - `lastUpdateTime` string, date-time — The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
    - `createdBy` string — The service principal that created the attribute group.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ValidationException
- `482` — InternalServerException

---

[API](https://skmtc.net/aws/apis/servicecatalog-appregistry.md) · [All operations](https://skmtc.net/aws/apis/servicecatalog-appregistry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/servicecatalog-appregistry/versions/69ce5241c582/schema)
