Remove Contact From Campaign
DELETE/contacts/:contactId/campaigns/:campaignId
Remove Contact From Campaign
Request
Version stringrequired
API Version
Available options
v3contactId stringrequired
Contact Id
campaignId stringrequired
Campaign Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
succeededboolean
Whether the campaign operation was successful
succededbooleandeprecated
Legacy misspelling of succeeded. Deprecated; use succeeded.
{
"succeeded": true
}