Forget a memory
Forget a memory
Forget (soft delete) a memory entry. The memory is marked as forgotten but not permanently deleted.
DELETE
Forget a memory
Documentation Index
Fetch the complete documentation index at: https://supermemory-kush-chargeforinstantrequests.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Container tag / space identifier. Required to scope the operation.
Maximum string length:
100Pattern:
^[a-zA-Z0-9_:-]+$Example:
"user_123"
ID of the memory entry to operate on
Example:
"mem_abc123"
Exact content match of the memory entry to operate on. Use this when you don't have the ID.
Example:
"John prefers dark mode"
Optional reason for forgetting this memory
Example:
"outdated information"