I have found many times where I’ve wanted to mass delete users from a Mailchimp list – and this isn’t something mailchimp provide, so I’ve written a script that uses Mailchimp’s very good API to delete email addresses in bulk.
I’ve put this online for general use: Mailchimp bulk user delete
Somebody pointed out – how can can they trust this form? So I have put the code here – https://github.com/sprthompson/mailchimp-bulk-user-delete
Just create a text file of email addresses, find your API key (how to do that) and list Unique ID (how to do that), and then you’re off.
I’ll create a few other simple but useful tools in the next few days.
NB – use sensibly.
Looking good – just what I need. How can I be sure that you do not delete all my users when you know my API key? Would have been nice if you could distribute the source code so that I can run it myself …
Hi! Thanks for the feedback – good point really so I’ve put the code here – https://github.com/sprthompson/mailchimp-bulk-user-delete