---
title: "Disconnect a Context MCP server"
method: DELETE
path: "/api/v1/context-mcps/{id}"
tags: ["contextMcp"]
---

# Disconnect a Context MCP server

`DELETE /api/v1/context-mcps/{id}`

Unwires the MCP's tools from the agent and stops token refresh.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `204`

Disconnected.

- object

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource was not found on this account.

---

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