Developers
V1AccountDeletionOptions

Check account deletion availability and the current retention notice

GET
/v1/account/deletion/options

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"  }}