Exclude Profile From All Email

POST {{baseUrl}}/v1/people/exclusions

Marks a person as excluded from all email. This works the same way as manually excluding someone via the excluded people page. Someone who is excluded will no longer receive any campaigns or flow emails.

Request Body

[{"name"=>"email", "value"=>"george.washington@klaviyo.com", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"already_excluded":true,"num_excluded":0}