Launch Week 02 wrapped — explore all five launches

Delete MCP Server

DELETEhttps://api.confident-ai.com/v1/mcp-servers/{mcpServerId}

Permanently deletes an MCP server from your project.

Warning: This action cannot be undone. Evaluations and AI connections that used this server stop using it.

DELETE/v1/mcp-servers/{mcpServerId}
curl -X DELETE "https://api.confident-ai.com/v1/mcp-servers/{mcpServerId}" \
  -H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"
200
{
  "success": true,
  "data": {
    "id": "MCP-SERVER-ID"
  },
  "deprecated": false
}

Headers

  • CONFIDENT_API_KEYstringRequired

    The API key of your Confident AI project.

Path parameters

  • mcpServerIdstringRequired

    The id of the MCP server.

Response

The id of the deleted MCP server.

  • successboolean

    Indicates if the request was successful.

  • dataobject

    The id of the affected MCP server.

    Show 1 propertyHide 1 property
    • idstring

      The id of the affected MCP server.

  • deprecatedboolean

    Indicates if this endpoint is deprecated.

Built byConfident AI