---
title: "Delete a group of purposes"
method: DELETE
path: "/metadata/purposes-groups/{id}"
tags: ["purposes-groups"]
---

# Delete a group of purposes

`DELETE /metadata/purposes-groups/{id}`

Delete an existing group of purposes

## Path parameters

- `id` string, required

## Response `200`

The deleted PurposesGroup object

- PurposesGroups — A group of purposes
  - `id` string — Group ID
  - `name` string, required — Name of the group
  - `description` string — Description of the group
  - `namespaces` object — IDs of this group in other namespaces / vendor lists and used in Didomi SDKs and consents
    - `iab2` string — ID of the group in the IAB TCF version 2 as a stack ID
  - `purposes_id` string[] — Purposes that belong to the group
  - `organization_id` string — ID of the organization that owns the group. If ID is null, the group is global.
  - `created_at` string, date-time — Creation date of the purpose
  - `updated_at` string, date-time — Last update date of the purpose

---

[API](https://skmtc.net/didomi/apis/didomi-api.md) · [All operations](https://skmtc.net/didomi/apis/didomi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/didomi/didomi-api/revisions/c82339816c36/schema)
