---
title: "Delete Group"
method: DELETE
path: "/api/platform/groups/{group_id}"
tags: ["platform"]
---

# Delete Group

`DELETE /api/platform/groups/{group_id}`

Soft-delete a group and remove every FGA tuple that references it.

Removes both ``object: group:{id}`` tuples (members of the group) and
``user: group:{id}#member`` tuples (places where the group is granted
a role on something else, plus the org-link tuple). The Postgres row
is marked ``deleted = true`` so it stays available for audit.

## Path parameters

- `group_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
