Remove Contact From Every Campaign
DELETE/contacts/:contactId/campaigns/remove-all
Removes the contact from every campaign it is enrolled in.
Request
Version stringrequired
API Version
Available options
v3contactId stringrequired
Contact 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
}