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

# Delete a group

`DELETE /groups/{id}`

Delete a group

## Path parameters

- `id` string, required

## Response `204`

Deleted group

## Other responses

- `401` — Authentication information is missing or invalid
- `404` — Group resource to be deleted cannot be found
- `500` — Failed to process the request due to an internal error

---

[API](https://skmtc.net/office-of-national-statistics/apis/identity-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/identity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/identity-api/revisions/6472459b6b03/schema)
