Unsubscribe a list of subscribers
Name | Type | Description | Notes |
---|---|---|---|
subscribers | str | The array of subscriber codes to unsubscribe (limited to 100), or "all" to unsubscribe all subscribers if the number of subscribers is less than 100. | |
type | str | If this is present, only unsubscribe subscribers of this type. | [optional] |
state | str | If this is present, only unsubscribe subscribers in this state. Specify state "all" to unsubscribe subscribers in any states. | [optional] [default to 'active'] |
skip_unsubscription_notification | bool | If skip_unsubscription_notification is true, the subscribers do not receive any notifications when they are unsubscribed. | [optional] |