Reseller - Disable Account

Remember when you disable a Reseller, if he has any customers, that customer is now toast.
/disable
Full Url:
Arguments:
token (required) reseller_id (required) Info: You can only disable resellers that have a user_status of "active". Otherwise, though, they're kind of already inactive..
Example Success
{
"code": 200,
"status": "success",
"data": "Successfully disabled reseller"
}
Example Error
{
"code": 200,
"status": "error",
"data": "Invalid reseller id"
}