Skip to main content
DELETE

Overview

Permanently deletes one memory from the agent’s Moorcheh namespace, scoped by the active session. The session must belong to the agent named in the path.
This cannot be undone. To retire a memory reversibly — keeping its content and leaving it recallable — use Expire Memory.

Authentication

API clients do not send an API key or Authorization header.
string
required
Session token from Activate Agent. Must match agent_id.

Path Parameters

string
required
The unique identifier of the agent.
string
required
The ID of the memory to delete.

Next Steps