memory_delete
Remove a stored memory entry by key from persistent long-term storage. Specify project root and namespace to target the exact record and free up memory space.
Instructions
Removes a specific memory entry.
Parameters: key: The key of the memory to remove. project_root: REQUIRED. Absolute path to active project root directory. namespace: Logical namespace (default: 'default').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| namespace | No | default | |
| project_root | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |