Deletion, access, and portability requests are handled through formal channels. No one-click UI exists by design.
Deletion in PolDex is job-specific. You can request deletion of the structured extraction output for any job using the API. Some content is deleted automatically by policy.
POST /v1/jobs/{job_id}/delete
Authorization: Bearer pd_live_...
HTTP 200 OK
{
"job_id": "job_01hx4mz9",
"deletion_requested_at": "...",
"estimated_completion": "...",
"note": "Metadata may persist for audit."
}