Remove Contact From Every Campaign
DELETE/contacts/:contactId/campaigns/removeAll
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Remove Contact From Every Campaign. Use DELETE /contacts/{contactId}/campaigns/remove-all instead.
Request
Version stringrequired
API Version
Available options
2021-07-28contactId 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
}