curl --request DELETE \
--url http://localhost:3000/api/memory/{agentId}/memories/all/{roomId}
This response does not have an example.
Delete all memories for a specific room
curl --request DELETE \
--url http://localhost:3000/api/memory/{agentId}/memories/all/{roomId}
This response does not have an example.
Memories deleted successfully
Was this page helpful?