Hostwinds Tutorials
Search results for:
Table of Contents
Removing an existing cPanel account is a rapid and easy operation, but be warned this move is permanent and you cannot undo this once removed. Please only proceed if you have taken any necessary backups, moved any full cPanel backups to another server, and are certain that you would like to remove an account permanently.
You can also terminate an account using the SSH/command line if needed using the following script. Make sure to replace [username] with the cPanel username in the examples below:
/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
Written by Hostwinds Team / April 10, 2018