MCP Management

Remove MCP Client

Remove an MCP client configuration and disconnect it from the system.

delete/api/mcp/client/{name}

Path parameters

namestring required

Name of the MCP client to remove

Response

MCP client removed successfully

status'success' required

Operation status

messagestring required

Success message

Example response

{
  "status": "success",
  "message": "Operation completed successfully"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.