Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1021 Bytes

RemoveContactFromList.md

File metadata and controls

11 lines (8 loc) · 1021 Bytes

sib_api_v3_sdk.Model.RemoveContactFromList

Properties

Name Type Description Notes
Emails List<string> Required if 'all' is false. Emails to remove from a list. You can pass a maximum of 150 emails for removal in one request. [optional]
Ids List<long?> Mandatory if Emails are not passed, ignored otherwise. Emails to add to a list. You can pass a maximum of 150 emails for addition in one request. If you need to add the emails in bulk, please prefer /contacts/import api. [optional]
All bool? Required if none of 'emails' or 'ids' are passed. Remove all existing contacts from a list. A process will be created in this scenario. You can fetch the process details to know about the progress [optional]

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