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

# Delete group

`DELETE /api/v1/groups/{id}`

Before deleting a group, you must disassociate any users belonging to that group.

## Path parameters

- `id` string, required

## Headers

- `Content-Type` string, required

## Response `204`

group deleted

## Other responses

- `404` — organization not found

---

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