---
title: "Delete an MCP server"
method: DELETE
path: "/api/v3/mcp/{id}"
tags: ["MCP", "Servers"]
deprecated: true
---

# Delete an MCP server

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

> **Deprecated.**

Deletes a Model Control Protocol (MCP) server, making it unavailable for future use. This cannot be undone. Any applications or services connected to this server will lose access after deletion.

## Path parameters

- `id` string, required — Unique identifier of the MCP server to retrieve, update, or delete

## Response `200`

Successfully deleted MCP server. The server is no longer available for use.

- object — Response indicating the success of the delete operation
  - `id` string, required — Unique identifier of the MCP server to retrieve, update, or delete
  - `deleted` boolean, required — Indicates whether the MCP server was successfully deleted

## Other responses

- `400` — Bad request. The server ID parameter may be invalid or in an incorrect format.
- `401` — Unauthorized. Authentication is required or the provided credentials are invalid.
- `403` — Forbidden. The authenticated user does not have permission to delete this MCP server.
- `404` — MCP server not found. No server with the specified ID exists or it has already been deleted.
- `500` — Internal server error. An unexpected error occurred while processing the request.

## Changes

- **2026-08-28** `368fb7851f42` — 1 info
  - endpoint deprecated

[Change history](https://skmtc.dev/composiohq/apis/composio-platform-api/changes/api/v3/mcp/:id/delete.md)

---

[API](https://skmtc.dev/composiohq/apis/composio-platform-api.md) · [All operations](https://skmtc.dev/composiohq/apis/composio-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/composio-platform-api/revisions/5d36ffa938a0/schema)
