memanto forget
Delete a single memory from the active agent.MEMORY_ID- ID of the memory to delete (required)
-f, --force- Delete without asking for confirmation
- Requires an active agent. Run
memanto agent activate <agent-id>first. - Operates on the active agent’s namespace.
- Prompts for confirmation unless
--forceis used. - You can find a memory’s ID in the output of
memanto recall. - Backed by the Delete Memory API endpoint.