MCP
Servers

Delete an MCP server

Performs a soft delete on a Model Control Protocol (MCP) server, making it unavailable for future use. This operation is reversible in the database but cannot be undone through the API. Any applications or services connected to this server will lose access after deletion.

delete/api/v3.1/mcp/{id}

Path parameters

idstring required

Unique identifier of the MCP server to retrieve, update, or delete

Example:550e8400-e29b-41d4-a716-446655440000

The ID of the MCP server

Response

Successfully deleted MCP server. The server has been soft-deleted and is no longer available for use.

idstring required

Unique identifier of the MCP server to retrieve, update, or delete

deletedboolean required

Indicates whether the MCP server was successfully deleted

Example response

{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "deleted": true
}

Changes

Changed in 2 of the 61 revisions of this API.3

    • the endpoint scheme security CookieAuth was removed from the API

      api-security-removed

    • the endpoint scheme security UserApiKeyAuth was removed from the API

      api-security-removed

    • endpoint added

      endpoint-added