Delete memories by ID or by filter conditions.
memory_id only (no other fields allowed)user_id / group_id (optionally with session_id, sender_id)Bearer authentication header of the form Bearer 'api_key', obtain your API key from everos.evermind.ai.
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"
Memories deleted successfully (no content)