Suppress Profiles

POST {{baseUrl}}/api/profile-suppression-bulk-create-jobs/

Manually suppress profiles using their email address, or by specifying a segment or list ID to suppress all current members.

Suppressed profiles cannot receive email marketing, independent of their consent status. To learn more, see our email suppressions guide and our collecting consent guide.

Email addresses per request limit: 100

Rate limits:
Burst: 75/s
Steady: 700/m

Scopes: profiles:write subscriptions:write

Request Body

{"data"=>{"type"=>"profile-suppression-bulk-create-job", "attributes"=>{"profiles"=>{"data"=>[{"type"=>"profile", "attributes"=>{"email"=>"<string>"}}, {"type"=>"profile", "attributes"=>{"email"=>"<string>"}}]}}, "relationships"=>{"list"=>{"data"=>{"type"=>"list", "id"=>"<string>"}}, "segment"=>{"data"=>{"type"=>"segment", "id"=>"<string>"}}}}}

HEADERS

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