Remove Profile From List

DELETE {{baseUrl}}/api/lists/:id/relationships/profiles/

Remove a profile from a list with the given list ID.

The provided profile will no longer receive marketing from this particular list once removed.

Removing a profile from a list will not impact the profile's consent status or subscription status in general. To update a profile's subscription status, please use the Unsubscribe Profiles endpoint.

This endpoint accepts a maximum of 1000 profiles per call.

Rate limits:
Burst: 10/s
Steady: 150/m

Scopes: lists:write profiles:write

Request Body

{"data"=>[{"type"=>"profile", "id"=>"<string>"}, {"type"=>"profile", "id"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
revisionstring(Required) API endpoint revision (format: YYYY-MM-DD[.suffix])
Content-Typestring
Acceptstring