---
title: "Delete a Trait Group"
method: DELETE
path: "/v1/ControlPlane/Stores/{storeId}/TraitGroups/{traitGroupName}"
tags: ["TraitGroup"]
---

# Delete a Trait Group

`DELETE /v1/ControlPlane/Stores/{storeId}/TraitGroups/{traitGroupName}`

Deletes the Trait Group and all associated Traits from the Memory Store.

## Response `202`

TraitGroup deletion request accepted.

- object
  - `message` string
  - `statusUrl` string — URI to check operation status.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict
- `429` — This error indicates that you have sent too many requests to the API. You should retry according to the `Retry-After` response header.
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/twilio/apis/memory-v1.md) · [All operations](https://skmtc.net/twilio/apis/memory-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/memory-v1/versions/1cfcc8fb9f19/schema)
