Basic

Remove Records from a List

Remove the records provided from the list. Records that do not exist or that are not members of the list are ignored.

This endpoint only works for lists that have a processingType of MANUAL or SNAPSHOT.

put/crm/v3/lists/{listId}/memberships/remove

Path parameters

listIdstring required

The ILS ID of the MANUAL or SNAPSHOT list.

Request body

string[] required

Response

successful operation

recordIdsMissingstring[] required

The IDs of the records that were missing (e.g. did not exist in the portal) and so were not added or removed.

recordIdsRemovedstring[] required

The IDs of the records that were removed from the list.

recordsIdsAddedstring[] required