V1AccountDeletionOptions
Check account deletion availability and the current retention notice
Response Body
application/json
curl -X GET "https://example.com/v1/account/deletion/options"{ "enabled": true, "processingDays": 1, "supportEmail": "user@example.com", "receiptDays": 30, "notice": { "version": "2026-09-12", "en": "string", "ms": "string" }}MedBuk+ API reference
Integrate with the versioned MedBuk+ API using generated request and response contracts.
Check deletion using the private receipt after login removal POST
The secret goes in the request body, never in a URL. Returns only request state and timestamps. Unknown and expired receipts return the same response. Does not authenticate a MedBuk account or return records.