Description
This guide will show you how to Delete Multiple Emails via Command Line.
The following CLI command is used to delete multiple Emails of your users on your server.
Command
For a single email you can use below-mentioned command:
webuzo --delete_emails --emails=example@example.com
For multi-emails, you can pass comma-separated emails:
webuzo --delete_emails --emails=example1@example1.com,example2@example2.com