Vercel
API ReferenceMCP Servers

Delete MCP Server

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

v2 of the v0 API is currently in beta and not yet ready for production. There may be breaking changes.
DEL/v2/mcp-servers/{mcpServerId}

Usage

TypeScript Example
import { v0 } from 'v0'const result = await v0.mcpServers.delete({  mcpServerId: 'srv_jkl345',})console.log(result)

API Signature

Request

Path Parameters

mcpServerId: string

The unique identifier of the MCP server to delete.

Response

success: 'true'

On this page