delete-script.pl
Un-install one script from a virtual server
This program completely removes a third-party script from a server. It takes the usual --domain parameter to identifiy the server, and either --id followed by the install ID, or --type followed by the script's short name. The latter option is more convenient, but only works if there is only one instance of the script in the virtual server.
Be careful using this program, as it removes all data files, web pages and database tables for the script, without asking for confirmation.
Command Line Help
usage: delete-script.pl --domain domain.name
[--type name] | [--id number]