Add doc page for unsubscribeFromList method
[MAILPOET-2035]
This commit is contained in:
committed by
M. Shull
parent
712877ad63
commit
8d4e3793b3
9
doc/api_methods/UnsubscribeFromList.md
Normal file
9
doc/api_methods/UnsubscribeFromList.md
Normal 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.
|
Reference in New Issue
Block a user