delete_episode
Delete a specific episode and all its Hebbian associations, retaining only a metadata tombstone for audit. Use for accidentally recorded PII or fundamentally wrong recordings.
Instructions
Delete a single episode by ID. Use this for content that should not exist: accidentally recorded PII, sensitive data, or fundamentally wrong recordings. Do NOT use for factual corrections — record a new episode with the correction instead and let compression resolve it. Deletion cascades: all Hebbian associations involving the episode are removed, and the deletion is logged in the audit trail. By default, a tombstone is preserved as an existence proof for audit integrity: episode ID, original timestamp, episode type, and SHA-256 content hash are retained — the original text is fully erased. Under GDPR framing, the retained fields are pseudonymized metadata, not content; disable tombstones at Store construction (keep_tombstones=False) if even this metadata must not survive. The hash chain remains verifiable either way. This action is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| episode_id | Yes | The 8-character hex ID of the episode to delete. Use recall or prepare_wrap to find episode IDs. |