POST /api/profile-subscription-bulk-delete-jobs

🚧

Profiles not in the specified list will be globally unsubscribed. Always verify profile list membership before calling this endpoint to avoid unintended global unsubscribes.

Unsubscribe one or more profiles from email marketing, SMS marketing, push marketing, or a combination. Learn more about consent in this guide.

Push tokens provided in subscriptions.push.tokens will be removed for the specified profiles.

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

Maximum number of profiles per call: 100

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

Scopes: lists:write profiles:write subscriptions:write

OpenAPI Spec

Servers

Request headers

Name Type Required Description
revision String Yes

API endpoint revision (format: YYYY-MM-DD[.suffix])

Default value: "2026-04-15"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.