Forget a memory
DELETE/v4/memories
Forget (soft delete) a memory entry. The memory is marked as forgotten but not permanently deleted.
Forget a memory
curl https://api.supermemory.ai/v4/memories \
-X DELETE \
-H "Authorization: Bearer $SUPERMEMORY_API_KEY"{
"id": "mem_abc123",
"forgotten": true
}Returns Examples
{
"id": "mem_abc123",
"forgotten": true
}