Unsubscribe Profiles

POST {{baseUrl}}/api/profile-subscription-bulk-delete-jobs/

Unsubscribe one or more profiles to email marketing, SMS marketing, or both. Learn more about consent in this guide.

To remove someone from a list without changing their subscription status, use Remove Profile from List.

Maximum number of profile can be submitted for unsubscription: 100

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

Scopes: lists:write profiles:write subscriptions:write

Request Body

{"data"=>{"type"=>"profile-subscription-bulk-delete-job", "attributes"=>{"profiles"=>{"data"=>[{"type"=>"profile", "attributes"=>{"email"=>"<string>", "phone_number"=>"<string>"}}, {"type"=>"profile", "attributes"=>{"email"=>"<string>", "phone_number"=>"<string>"}}]}}, "relationships"=>{"list"=>{"data"=>{"type"=>"list", "id"=>"<string>"}}}}}

HEADERS

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