You can also terminate an account using SSH/command line if wanted using the following script. Make sure to replace [username] with the cPanel username in the examples below:
/scripts/removeacct [username] [options]
1
/scripts/removeacct [username] [options]
–force Bypass the confirmation step in the script and immediately terminate the account.
Example: /scripts/removeacct [username] --force
–keepdns Keep the account’s zone files in the DNS server when the script terminates the account.
Example: /scripts/removeacct [username] --keepdns
- 0 Users Found This Useful