Sign in

Remove contact from campaign

documented

Unsubscribes a contact from a campaign.

DELETE /dev/api/workflows/remove-active-subscriber/{workflow-id}/{contact_id}Campaignsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$domain}}.agilecrm.com/dev/api/workflows/remove-active-subscriber/{{$workflow_id}}/{{$contact_id}}" \
  -X DELETE \
  -H "Accept: application/json" \
  -u "{{$email}}:{{AGILECRM_API_KEY}}"