Suppress Profiles

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

Manually suppress one or more profiles. Such profiles will have USER_SUPPRESSED as their suppression reason. Manually suppressed profiles will not receive email marketing. Learn more about suppressed profiles in this document.

Not supported for SMS marketing.

Maximum number of profile can be submitted for suppression: 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>"}}]}}}}

HEADERS

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