jobs

Delete PII Masking Report

Permanently delete a job's PII masking report before its automatic 90-day expiry. Later GET calls return 410 with deleted_at; the report is never regenerated. Refused while the job is still running. Requires a key with the index permission.

delete/v2/jobs/{job_id}/pii

Path parameters

job_idstring required

ID of the job whose masking report to act on, as returned by the indexing endpoint that started it.

Response

Successful Response

job_idstring required
deletedboolean required
deleted_atstring required

When the report was destroyed (RFC3339).

objects_deletedinteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.