Unsuppress Profiles

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

Unsuppress one or more profiles, this will remove any Manual Suppressions (USER_SUPPRESSED) on these profiles. A profile may receive email marketing after a manual suppression is removed so long as they have not revoked consent, i.e. unsubscribed.

Not supported for SMS marketing. Only manual suppressions (USERSUPPRESSED) will be removed. UNSUBSCRIBE and `SPAMREPORTsuppressions are removed whenever a [profile resubscribes](https://developers.klaviyo.com/en/reference/subscribe_profiles). INVALIDEMAILandHARDBOUNCE` suppressions cannot be removed by the API.

Maximum number of profile can be submitted for unsuppression: 100

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

Scopes: subscriptions:write

Request Body

{"data"=>{"type"=>"profile-suppression-bulk-delete-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