memory
Delete all agent memories
Delete all memories for a specific agent
delete/api/memory/{agentId}/memories
Path parameters
agentIdstring uuid required
ID of the agent
Response
Memories deleted successfully
Example response
{
"success": true
}Delete all memories for a specific agent
ID of the agent
Memories deleted successfully
{
"success": true
}