CRM
contacts & custom fields api
Remove Contact From Every Campaign
cURL
curl --request DELETE \ --url https://services.leadconnectorhq.com/contacts/{contactId}/campaigns/removeAll \ --header 'Authorization: Bearer <token>' \ --header 'Version: <version>'
{ "succeded": true }
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28
Contact Id
"3bZD1nQzbul0MCancbQD"
Successful response
true
Was this page helpful?