Delete memories
Delete memories by ID or by filter conditions.
Two mutually exclusive modes:Documentation Index
Fetch the complete documentation index at: https://docs.evermind.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Single delete: provide
memory_idonly (no other fields allowed) - Batch delete: provide at least one of
user_id/group_id(optionally withsession_id,sender_id)
Authorizations
Bearer authentication header of the form Bearer 'api_key', obtain your API key from everos.evermind.ai.
Body
MemCell ID for single delete. When provided, all filter fields (user_id, group_id, session_id, sender_id) must be omitted.
"67c8a1b2f3e4d5c6a7b8c9d0"
User ID scope for batch delete. Three-state: "__all__" (skip) | null/"" (match empty) | value (exact match).
"user_123"
Group ID scope for batch delete. Three-state: "__all__" (skip) | null/"" (match empty) | value (exact match).
"group_456"
Session filter (batch delete only). Three-state: "__all__" (skip) | null/"" (match empty) | value (exact match).
"sess_abc"
Sender filter, matches participants array (batch delete only). Three-state: "__all__" (skip) | null/"" (match empty) | value (exact match).
"sender_001"
Response
Memories deleted successfully (no content)