Skip to main content
DELETE
/
admin
/
v1
/
item-graph
/
mentions
Delete Graph Mentions
curl --request DELETE \
  --url https://api.example.com/admin/v1/item-graph/mentions \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    123
  ]
}
'
{
  "data": {
    "deletedCount": 123,
    "affectedMemoryIds": [
      "<string>"
    ]
  }
}

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
ids
integer<int32>[]
required
Minimum array length: 1

Response

200 - */*

OK

data
object