delete_memory_asset
Remove outdated, incorrect, or duplicate memory assets by providing the asset ID. Confirm deletion to clean up the shared memory.
Instructions
按 asset_id 从共享记忆库删除一条资产。适用于过时、错误或重复沉淀的清理;删除前建议先用 read_memory_asset 确认内容。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | 为 true 时执行删除;省略或 false 时仅返回预览并要求确认(软确认) | |
| asset_id | Yes | 要删除的记忆资产 ID(通常来自 search_memory 或 read_memory_asset) |