---
title: "Delete MCP Server"
method: DELETE
path: "/mcp-servers/{mcpServerId}"
tags: ["MCP Servers"]
---

# Delete MCP Server

`DELETE /mcp-servers/{mcpServerId}`

Deletes an MCP server and cleans up associated OAuth tokens. This action is irreversible.

## Path parameters

- `mcpServerId` string, required — The unique identifier of the MCP server to delete.

## Response `200`

Response for status 200

- object
  - `success` true, required

## Other responses

- `401` — Response for status 401
- `403` — Response for status 403
- `404` — Response for status 404
- `500` — Response for status 500

## Changes

> 34 revisions in range; 3 could not be searched.

- **2026-07-30** `da68370a2aea` — 8 breaking, 12 info
  - for the `path` request parameter `mcpServerId`, the minLength was increased from `0` to `1`
  - removed the required property `deleted` from the response with the `200` status
  - removed the required property `error` from the response with the `401` status
  - removed the required property `error` from the response with the `403` status
  - …16 more
- **2026-03-06** `b73ab7a6f317` — 1 info
  - endpoint added
- **2025-08-24** `3521652a43a7` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/vercel/apis/v0-platform-api-beta/changes/mcp-servers/:mcpServerId/delete.md)

---

[API](https://skmtc.dev/vercel/apis/v0-platform-api-beta.md) · [All operations](https://skmtc.dev/vercel/apis/v0-platform-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vercel/v0-platform-api-beta/revisions/3cf5debd6cf4/schema)
