Delete an MCP server
MCP Servers V2
Delete an MCP server
Permanently deletes an MCP server by ID. Cascades cleanup of dependent per-subject auth records (OAuth tokens and auth overrides). This action is irreversible.
DELETE
Delete an MCP server
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
MCP server id (the id returned by GET /v1/mcp, not the name).
Example:
"mcp-01HXYZ..."
Response
MCP server deleted successfully.