使用 asp.net 包装器从 mailchimp 删除订阅者
我如何使用asp.net API从mailchimp列表中删除订阅者,实际上我发现可以通过API添加订阅者,这会很奇怪,我无法删除订阅者!
How can I delete subscriber from mailchimp list using the asp.net API, actually i found that it is possible to add subscriber through the API it is gonna be so weird that I can't delete subscriber!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用最新的 API (1.3),您可以使用以下方法从列表中删除订阅者:
请参阅 MailChimp API。
Using the latest API (1.3) you can delete a subscriber from the list using:
See MailChimp API.