GuideLab API

Erase a patient identity

Immediately pseudonymizes a clinic-owned patient and starts bounded cleanup of retained identity copies. Replays are idempotent.

DELETE
/patients/{id}

Immediately pseudonymizes a clinic-owned patient and starts bounded cleanup of retained identity copies. Replays are idempotent.

Authorization

__Secure-guidelab-prod.session_token<token>

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

In: cookie

Path Parameters

id*string
Length1 <= length

Response Body

application/json

curl -X DELETE "https://example.com/patients/string"
{  "status": "requested"}
Empty
Empty
Empty
Empty
Empty