furl_purge
Permanently remove cached originals from the CCR store. Delete one entry by hash or wipe all with all=true; returns count and has no undo.
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'. |