Mailchimp Connector
Documentation
Version: 1
Documentation

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

Parameter Label Required Options Description
ListId List Id YES The ID of the list for which you like to perform this operation.
Id Member Id YES The ID of the list member for which data should be deleted.

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
SSIS API Destination - Access table operation