SmartMemory
DELETE
/memory/procedures/candidates/{cluster_id}/dismiss

Dismiss a candidate cluster from future recommendations.

The candidate will be excluded from future recommendation lists for this workspace.

Path Parameters

cluster_id*Cluster Id

Response Body

application/json

application/json

curl -X DELETE "https://example.com/memory/procedures/candidates/string/dismiss"
{
  "status": "success",
  "cluster_id": "string",
  "message": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}