Removes PII from a receipt’s payload while preserving the cryptographic proof. The receipt’s signature, transparency log entry, and Merkle inclusion proof remain intact — only theDocumentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
payload_json is replaced with a redaction marker.
Use this for GDPR right-to-erasure requests on receipts containing personal data.
Path parameters
UUID of the receipt to redact.
Headers
UUID for idempotent redaction.
Response
UUID of the redacted receipt.
redactedISO 8601 timestamp of redaction.
What changes after redaction
status→redactedpayload_json→{"redacted": true, "redacted_by": "tenant_request"}- A
RECEIPT_REDACTevent is anchored in the transparency log - All other fields (signature, log proof, receipt_type) are preserved

