Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1021 Bytes

PostPagesPageIdSubscribersUnsubscribe.md

File metadata and controls

14 lines (10 loc) · 1021 Bytes

PostPagesPageIdSubscribersUnsubscribe

Unsubscribe a list of subscribers

Properties

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]

[Back to Model list] [Back to API list] [Back to README]