Add doc page for unsubscribeFromList method

[MAILPOET-2035]
This commit is contained in:
Rostislav Wolny
2019-05-22 17:08:49 +02:00
committed by M. Shull
parent 712877ad63
commit 8d4e3793b3

View File

@ -0,0 +1,9 @@
[back to list](../Readme.md)
# Unsubscribe from List
## `array unsubscribeFromList(string $subscriber_id, string $list_id)`
This method removes a subscriber from given list.
This method works exactly the same as [Unsubscribe from Lists](./UnsubscribeFromLists.md). The only difference is the second argument which is a single list id.