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

successboolean

Example response

{
  "success": true
}