---
title: "Remove MCP client"
method: DELETE
path: "/api/mcp/client/{id}"
tags: ["MCP"]
---

# Remove MCP client

`DELETE /api/mcp/client/{id}`

Removes an MCP client from the configuration.

## Path parameters

- `id` string, required

## Response `200`

MCP client removed successfully

- SuccessResponse — Generic success response
  - `status` string
  - `message` string

## Other responses

- `400` — Bad request
- `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)
