Xtrempay Api Documentation
PENDING,{
"email": "user@example.com",
"reason": "I no longer need this account and want my data removed."
}curl --location --request POST 'https://mock.apidog.com/m1/918700-0-default/v1/auth/account-deletion-request' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"reason": "I no longer need this account and want my data removed."
}'{
"timestamp": "2026-02-14T11:20:00",
"status": 200,
"success": true,
"message": "Your request has been received and will be reviewed.",
"data": null
}