SmartMemory
DELETE
/memory/graph/nodes/{node_id}/grounding

Remove grounding (GROUNDED_IN edge) from a node.

Path Parameters

node_id*Node Id

Response Body

application/json

application/json

curl -X DELETE "https://example.com/memory/graph/nodes/string/grounding"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}