furl_purge
Permanently erase stored originals from the CCR store by providing a single CCR hash or setting 'all' to true.
Instructions
Permanently erase stored originals from the CCR store — the data-erase escape hatch (offloaded content otherwise persists for the session TTL). Pass EXACTLY ONE of: 'hash' (delete one entry by its CCR hash) or 'all'=true (wipe every entry). Returns how many entries were deleted. A hash that is already absent deletes nothing and is not an error. There is no undo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | When true, erase EVERY stored entry. Mutually exclusive with 'hash'. | |
| hash | No | CCR hash of the single entry to erase (12 or 24 lowercase-hex chars). Mutually exclusive with 'all'. |