Name | Method | Value | Description | Required |
act | GET | users | The action specified to retrieve data after deleting the User | Yes |
delete_user | POST | text | The name of the user to delete. If you want to delete multiple users then pass users in comma seperated (delete_user=user1,user2). | Yes |
del_sub_acc | POST | int | This apply only for reseller account. del_sub_acc=0 (It will not delete reseller sub accounts . ) del_sub_acc=1 (It will delete reseller sub accounts . ) | Yes |
skip_reseller | POST | int | This apply only for reseller account. skip_reseller=0 (It will delete reseller account. ) skip_reseller=1 (It will not delete reseller account. ) | Yes |