---
title: "Delete Chat Agent Group"
method: DELETE
path: "/api/v1/chat-ai/agent-groups/{group_id}"
tags: ["chat-ai", "chat_agent_groups"]
---

# Delete Chat Agent Group

`DELETE /api/v1/chat-ai/agent-groups/{group_id}`

Delete a group and deprovision the head's per-specialist dispatch tools.

## Path parameters

- `group_id` string, uuid, required

## Response `200`

Successful Response

- object

## Other responses

- `403` — Not a platform super-admin (or lacks VIEW_CHAT)
- `404` — Chat agent group not found
- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
