Skip to main content
DELETE
/
api
/
memory
/
{agentId}
/
memories
/
all
/
{roomId}
Delete all memories for a room
curl --request DELETE \
  --url http://localhost:3000/api/memory/{agentId}/memories/all/{roomId}
{
  "success": false,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<string>"
  }
}

Path Parameters

agentId
string<uuid>
required

ID of the agent

roomId
string<uuid>
required

ID of the room

Response

Memories deleted successfully