v63

latestOpenAPI 3.0.0Proprietaryraw.githubusercontent.com2026-08-0110571.8 MB
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
}