Cleanup Orphaned Entities
Remove all unconnected entities.
Deletes entities that have no relationships to memories or other entities. Only affects isolated entities; your memories, labels, and communities are never touched.
Response Body
application/json
curl -X DELETE "http://127.0.0.1:14242/graph/orphans"{
"success": true,
"deleted_count": 0,
"message": "string"
}