Skip to main content
DELETE
/
admin
/
v1
/
item-graph
/
entities
Delete Graph Entities
curl --request DELETE \
  --url https://api.example.com/admin/v1/item-graph/entities \
  --header 'Content-Type: application/json' \
  --data '
{
  "memoryId": "<string>",
  "entityKeys": [
    "<string>"
  ]
}
'
{
  "data": {
    "deletedCount": 123,
    "affectedMemoryIds": [
      "<string>"
    ],
    "deletedAliases": 123,
    "deletedMentions": 123,
    "deletedCooccurrences": 123,
    "possiblyStaleEntityOverlapLinks": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.openmemind.com/llms.txt

Use this file to discover all available pages before exploring further.

The API Reference is under active development. Request and response schemas may change before a stable release.

Body

application/json
memoryId
string
required
Minimum string length: 1
entityKeys
string[]
required
Minimum array length: 1
Minimum string length: 1

Response

200 - */*

OK

data
object