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.
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:
list: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
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Content-Type | string | ||
Accept | string |