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}
This response does not have an example.

Path Parameters

agentId
string
required

ID of the agent

roomId
string
required

ID of the room

Response

204

Memories deleted successfully