---
title: "Delete connection"
method: DELETE
path: "/{namespace}/{connectionId}"
tags: ["connect"]
---

# Delete connection

`DELETE /{namespace}/{connectionId}`

Delete a connection and terminate its MCP session. Requires API key and namespace ownership.

## Path parameters

- `namespace` string, required
- `connectionId` string, required

## Response `200`

Connection deleted

- Success
  - `success` true, required

## Other responses

- `400` — Bad request
- `404` — Namespace or connection not found

---

[API](https://skmtc.net/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.net/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smithery-ai/smithery-platform-api/versions/60b8c3d2fecf/schema)
