These v4 endpoints operate on extracted memories (not raw documents). SDK support coming soon — use fetch or cURL for now.For document management (list, get, update, delete), see Document Operations.
Forget Memory
Soft-delete a memory — excluded from search results but preserved in the system. Use this when you might want to restore later.- fetch
- cURL
Update Memory (Versioned)
Update a memory by creating a new version. The original is preserved withisLatest=false.
- fetch
- cURL
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | * | Memory ID to update |
content | string | * | Original content to match (alternative to ID) |
newContent | string | yes | New content for the memory |
metadata | object | no | Updated metadata |
id or content must be provided.
Next Steps
- Document Operations — Manage documents (SDK supported)
- Search — Query your memories
- Ingesting Content — Add new content