memory_delete_tool
Soft-delete a memory item by its ID, providing a required deletion reason to maintain an audit trail of changes.
Instructions
Soft-delete a memory item. Reason is required.
Args: id: The memory item ID reason: Required reason for deletion project: Optional project root path. Auto-detected from git root if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| reason | Yes | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |