How to unsubscribe a user from all lists via the API?
We’ve got hundreds of mailing lists, so cannot loop around each one unsubscribing hoping they’re in it.
How can we get a list of Lists that the user is subscribed to, to unsubscribe them via the API
or
An API call that unsubscribes the user from all lists they’re members of?
Thanks