ClickFunnels Contacts::Unsubscribe Action API
> Bulk-unsubscribe contacts from email An Unsubscribe Action marks an entire audience of contacts as unsubscribed from email in a single async operation. **Target selection** — supply exactly one of: - `stable_id` — a URL-encoded Refine `stable_id` token. - `stored_filter_id` — the `id` or `public_id` of a saved `Refine::StoredFilter` (ContactsFilter). Also accepted as `filter_id`. - `target_ids` — an explicit array of contact public IDs. - `target_all` — `true` to target every contact in the workspace. **Progress tracking** — after creating an Unsubscribe Action, poll it with `GET /api/v2/contacts/unsubscribe_actions/{id}`.