delete https://a.klaviyo.com/api/v2/list//members
Removes profiles from a list.
Response
200OK
Removes profiles from a list.
200OK
xxxxxxxxxx
17curl --request DELETE \
--url 'https://a.klaviyo.com/api/v2/list/LIST_ID/members?api_key=PRIVATE_API_KEY' \
--header 'content-type: application/json' \
--data '
{
"emails": [
"george.washington@klaviyo.com",
"abraham.lincoln@klaviyo.com"
],
"phone_numbers": [
"+13239169023"
],
"push_tokens": [
"PUSH_TOKEN"
]
}
'