This guide will show you how to Delete Domain via Command Line.
Command
For a single domain you can use below-mentioned command,
webuzo --delete_domain --domain=domain.com
For multi-domain, you can pass comma-separated domains
webuzo --delete_domain --domain=domain1.com,domain2.com
Output
The domain - domain1.com was deleted successfully
The domain - domain2.com was deleted successfully