EndPoint Delete List Member (Archive)
Name
delete_list_member
Description
Archive a list member. To permanently delete, use the delete_list_member_permanent endpoint. [API reference]
Parameters
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
ListId |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
Status |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
StatusCode |
DT_I4
|
int
|
False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
Required columns that you need to supply are bolded.
Examples
SSIS
Use Mailchimp Connector in API Source component to read data or in API Destination component to read/write data:
Delete rows from ListMembers table using API Destination
This EndPoint belongs to ListMembers table, therefore you cannot work with it directly. Use this table and table-operation pair instead:
Mailchimp
ListMembers
Delete
