In my Ruby on Rails application, I use gibbon API to subscribe member to a list. I want an option where members can be moved from one list to the other.
MailChimp has this option in their website, but can anyone help how to implement this using API?
https://mailchimp.com/help/copy-or-move-subscribers-to-a-list/#move+subscribers
Do I need to individually delete from the first list and add to the other list or there is any alternative approach?
Thanks for the help.
Not possible. You have to delete the member from a list and then add a new list member, as you said, in 2 API calls.