---
title: "Delete MCP Tool Group"
method: DELETE
path: "/api/mcp/tool-groups/{id}"
tags: ["MCP Tool Groups"]
---

# Delete MCP Tool Group

`DELETE /api/mcp/tool-groups/{id}`

Deletes the group; attachments are removed automatically.

## Path parameters

- `id` integer, required

## Response `200`

Group deleted

- object
  - `success` boolean

## Other responses

- `404` — MCP tool group not found
- `500` — Internal server error

---

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