cURL
curl --request DELETE \ --url https://api.eden.art/v2/agents/{agentId}/memory-agent/{memoryAgentId}/memory/{memoryId} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "arrayField": "facts" }'
{ "success": true }
Remove specific memory items from agent collective memory arrays (facts or unabsorbed memory).
facts
Default Response