forget_counterparty
Erase a counterparty and all your evaluations from the local journal, permanently removing the record. Enforces your right to erasure under GDPR.
Instructions
Erase a counterparty and all your evaluations of them from the local journal.
Permanently removes the Tier-1 record matched by identifier (a
local:... id or a DID alias) — its display-name history, custom fields,
and every note/score you attached. This is the local-data counterpart to
the directory-side delete_profile: it is how "erasure stays under your
control" is enforced for the counterparty journal (GDPR Art. 17, on
your own machine). Your private notes were never uploaded, so there is no
journal copy elsewhere to recall.
Scope — read this before reporting an erasure to a data subject: this
erases the journal record only. Signed conversation/recording chains
(stored in conversations/ as conv_<id>.json) that reference the
same counterparty are NOT touched by this tool (deleting them would break
the tamper-evidence property they exist for); the response says so on every
successful erase so you don't over-report.
Erasure is idempotent: forgetting an identifier that isn't (or is no
longer) in the journal returns forgotten: false without error — the
end state (no such record) is what erasure guarantees. Call
recall_counterparty first if you want to confirm the identifier before
erasing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||