diff --git a/server/pkg/controller/mailing_lists.go b/server/pkg/controller/mailing_lists.go index c44d9c27f..98f64a0ac 100644 --- a/server/pkg/controller/mailing_lists.go +++ b/server/pkg/controller/mailing_lists.go @@ -225,7 +225,7 @@ func (c *MailingListsController) listmonkUnsubscribe(email string) error { data := map[string]interface{}{ "ids": subscriberID, - "action": "unsubscribe", + "action": "remove", "target_list_ids": c.listmonkListIDs, }