Developers
V1MePassportDeletion request

Read your legacy deletion request while its login is still valid

Requires a valid original login and forbids impersonation. Better Auth sessions are removed at completion; use the separate private receipt from /v1/me/account/deletion for post-deletion status. No account is created and no patient or receipt selector is accepted.

GET
/v1/me/passport/deletion-request
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/me/passport/deletion-request"
{  "deletionRequest": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "status": "pending",    "requestedAt": "2019-08-24T14:15:22Z",    "processingAt": "2019-08-24T14:15:22Z",    "completedAt": "2019-08-24T14:15:22Z",    "failedAt": "2019-08-24T14:15:22Z",    "failureCode": "string",    "policyVersion": "string",    "scope": "medbuk_app_data",    "retained": [      "string"    ],    "notProcessed": [      "string"    ],    "notice": {      "version": "string",      "en": "string",      "ms": "string"    }  }}