Skip to main content
DELETE
/
v2
/
agents
/
{agentId}
/
memory-agent
/
{memoryAgentId}
/
memory
/
{memoryId}
Remove Agent Memory
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
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

agentId
string
required
memoryAgentId
string
required
memoryId
string
required

Body

application/json
arrayField
required
Available options:
facts

Response

200 - */*

Default Response

success
boolean
I