cURL
curl --request DELETE \ --url http://localhost:3000/api/memory/{agentId}/memories
{ "success": true, "data": { "deleted": 123, "message": "<string>" } }
Delete all memories for a specific agent
ID of the agent
Memories deleted successfully
true
Show child attributes
Was this page helpful?