Skip to main content

removeacct

Delete Eenos User & Reseller

This tool will help you to remove an eenos account from the server. You can remove a single user or a reseller. 

Deleting Reseller will remove all the subaccounts.

Removing an account will remove every data associated with that account. This operation is irreversible. 

Command

/usr/local/eenos/scripts/removeacct

Command Options:

usage: removeacct [-h] (--user USER | --reseller RESELLER)

Mange user and reseller termination and removal operation

optional arguments:
  -h, --help            show this help message and exit
  --user USER, -u USER  Eenos user name to terminate
  --reseller RESELLER, -r RESELLER
                        Eenos reseller name to terminate. This will remove reseller and sub accounts

Remove Eenos User

To remove the eenos user and all the data of that user, use the following command

/usr/local/eenos/scripts/removeacct -u USER

where USER is the eenos user name.

Remove Reseller

To delete a reseller account and all sub-accounts, use the following command

/usr/local/eenos/scripts/removeacct -r RESELLER

where RESELLER is the eenos reseller account name.