GuideLab API

Requeue a failed patient erasure

Resets only a terminal failed patient-erasure job and writes an attributable intervention receipt. Replays against active or completed jobs are read-only.

POST
/admin/privacy/patient-erasures/{patientId}/requeue

Resets only a terminal failed patient-erasure job and writes an attributable intervention receipt. Replays against active or completed jobs are read-only.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Path Parameters

patientId*string
Length1 <= length <= 200

Response Body

application/json

curl -X POST "https://example.com/admin/privacy/patient-erasures/string/requeue"
{  "status": "requeued"}
Empty
Empty
Empty