---
title: "Api Admin Staff Groups Destroy"
method: DELETE
path: "/api/admin/staff-groups/{name}/"
tags: ["platformApi"]
---

# Api Admin Staff Groups Destroy

`DELETE /api/admin/staff-groups/{name}/`

``GET / PATCH / DELETE /api/admin/staff-groups/<name>/``

DELETE soft-disables the group (sets ``revoked_at`` + actor email).
All members lose authority atomically per the resolver's group-
revoked check.

## Path parameters

- `name` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

---

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