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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"recordIdsMissing":["\u003clong\u003e","\u003clong\u003e"],"recordIdsRemoved":["\u003clong\u003e","\u003clong\u003e"],"recordsIdsAdded":["\u003clong\u003e","\u003clong\u003e"]}