The RemoveAllContactsFromAddressBook method removes all contacts in a specified address book.
Removing the contacts will not cause the contact to be suppressed unless you specify this in the request.
Parameters
| username |
string |
This is the username from your API key. It is in the format of an email address and will look similar to apiuser-908709770324@apiconnector.com |
required |
| password |
string |
This is the password from your API key. |
required |
| addressBookId |
int |
This is the ID of the addressbook you want to remove contacts from. |
required |
| preventAddressbookResubscribe |
boolean |
If this is set to true, the contacts will be added to the address book specific suppression list. |
optional |
| totalUnsubscribe |
boolean |
If this is set to true the contacts will be added to the account suppression list. |
optional |
Return values
None.