Remove Contact from Campaign
Campaigns
Remove Contact from Campaign
Unenroll a single contact from a campaign; already-sent emails are unaffected
DELETE
Remove Contact from Campaign
Request
Path Parameters
The campaign’s unique ID (UUID)
The contact’s unique ID (UUID)
Headers
Requires an API key with the
campaigns:write permission. Any future scheduled sends for this contact in this campaign are cancelled; emails already dispatched are not recalled.Response
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing campaigns:write permission |
| 404 | campaign_not_found | No campaign with this ID |
| 404 | enrollment_not_found | Contact is not enrolled in this campaign |
| 429 | rate_limited | Rate limit exceeded |