Smithery

mcp.delete

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.

Remote smithery/composio

Other tools also called mcp.delete? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "550e8400-e29b-41d4-a716-446655440000",
      "description": "The ID of the MCP server"
    }
  }
}