Remove Records from a List

PUT {{baseUrl}}/crm/v3/lists/:listId/memberships/remove

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.

Request Body

["<long>", "<long>"]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;recordIdsMissing&quot;:[&quot;\u003clong\u003e&quot;,&quot;\u003clong\u003e&quot;],&quot;recordIdsRemoved&quot;:[&quot;\u003clong\u003e&quot;,&quot;\u003clong\u003e&quot;],&quot;recordsIdsAdded&quot;:[&quot;\u003clong\u003e&quot;,&quot;\u003clong\u003e&quot;]}