curl -X POST https://api.ugc.inc/billing/deactivate \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"account_id": "acc_123"}'
{ "ok": true, "code": 200, "message": "Success", "data": { "message": "Account deactivated and billing updated", "account_id": "acc_123" } }
Deactivate an account slot and remove it from your subscription
POST https://api.ugc.inc/billing/deactivate
Show Response properties