v4
latestOpenAPI 3.1.02026-08-01420618.8 KBContent Management
Forget a memory
Forget (soft delete) a memory entry. The memory is marked as forgotten but not permanently deleted.
delete/v4/memories
Request body
Example request
{
"id": "mem_abc123",
"content": "John prefers dark mode",
"containerTag": "user_123",
"reason": "outdated information"
}Response
Memory forgotten successfully
Example response
{
"id": "mem_abc123",
"forgotten": true
}