« Back to Documentation Overview

listStaticSegmentMembersDel – v1.3

 listStaticSegmentMembersDel(string apikey, string id, int seg_id, array batch)

Remove list members from a static segment. It is suggested that you limit batch size to no more than 10,000 addresses per call. Email addresses must exist on the list in order to be removed - this will not unsubscribe them from the list!

Section
List Related
Parameters
apikey a valid API Key for your user account. Get by visiting your API dashboard
id the list id to connect to. Get by calling lists()
seg_id the id of the static segment to delete - get from listStaticSegments()
batch an array of email addresses and/or unique_ids to remove from the segment
Returns
array an array with the results of the operation
intsuccessthe total number of succesful removals
arrayerrorserror data including:
stringemailaddress the email address in question
stringcodethe error code
stringmsg the full error message