Disable Auto-Topup
POST /wallet/auto-topup/disable
POST /wallet/auto-topup/disableRequired Permission
delete:UserAutoTopUpExample Request
curl --location --request POST 'https://<hostname>/wallet/auto-topup/disable' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY'Response (HTTP 200)
{
"success": true,
"autoTopupEnabled": false
}Last updated