Remove Workflow Enrollments
Add or remove contacts from a workflow. POST = add (with optional schedule); DELETE = remove. Pass either contact_id, an array of contact_ids, or contact_ids="all" together with filters for bulk actions. Schedule by passing a local scheduled_at ISO string + IANA timezone.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
When true, bypass the duplicate-enrollment guard.
Body
Array of UUIDs, or the literal string "all".
Advanced contact filter; only applied when contact_ids="all".
Local ISO datetime (e.g. 2026-03-15T14:30:00).
1IANA timezone for scheduled_at. Required when scheduled_at is provided.
1
