Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST 'https://app.memorylake.cn/openapi/memorylake/api/v3/workspaces/ws_abc123def456/actors/actor_5e4d3c2b1a0f/facts/forget' \ -H 'Authorization: Bearer sk_xxxxxx' \ -H 'Content-Type: application/json' \ -d '{ "ids": [ "fact_4c5d6e7f8a9b", "fact_1a2b3c4d5e6f", "fact_9h8g7f6e5d4c" ] }'
{ "success": true, "data": {} }
在单个请求中将多个 Actor 级别的事实标记为已遗忘
POST /openapi/memorylake/api/v3/workspaces/{workspaceId}/actors/{actorId}/facts/forget
workspace:actor_fact_delete
data