memoryguard_memory_delete
Remove a specific memory from future recall using a soft delete that marks it as deleted rather than erasing it irreversibly. Requires a memory ID and idempotency key for safe retries.
Instructions
Use when owner must remove one known memory from future recall. Do not use for irreversible erasure: this is a local soft-delete recorded as status=deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | memory record ID | |
| idempotency_key | Yes | required retry key bound to this target; makes repeated deletion safe | |
| agent_instance_id | No | optional identity consistency check; trusted MCP environment is authoritative |