DELETE
/
api
/
memory
/
{agentId}
/
memories
Delete all agent memories
curl --request DELETE \
  --url http://localhost:3000/api/memory/{agentId}/memories
{
  "success": true,
  "data": {
    "deletedCount": 123,
    "message": "<string>"
  }
}

Path Parameters

agentId
string
required

ID of the agent

Response

200
application/json

Memories deleted successfully

The response is of type object.