Create a redaction
Create a redaction for a customer. Personally identifiable fields on the customer and copied PII on invoices, applications, tenancies, payment methods and verification records are wiped asynchronously. IDs, amounts, dates, and relations are retained. The customer cannot be updated or deleted once redaction has started. Creating the same redaction again returns the existing object, or retries it if the previous attempt failed. Session users must be account admins.
Authorizations
API Key authentication. Use "Bearer YOUR_API_KEY".
Body
The ID of the customer to redact.
Response
Returns the created redaction.
Unique identifier for the object.
Time at which the object was created. Measured in seconds since the Unix epoch.
redaction The ID of the customer this redaction applies to.
A human-readable error message when status is failed.
Time at which the redaction completed. Measured in seconds since the Unix epoch.
Objects whose personally identifiable information was wiped, such as customer, invoice, application, tenancy, payment_method, verification_session, and verification_report.
The status of the redaction. processing while PII is being wiped, redacted when complete, and failed when the job could not finish.
processing, redacted, failed The account that the object belongs to. Only returned if the request is made with a valid Yorlet-Context header.
Only returned if the object has been deleted.