Leads in campaigns
DELETE
/campaigns/{id}/leads/{leadId}

Removes the lead from this campaign. The underlying lead is kept.

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings → API & Webhooks.

In: header

Path Parameters

id*string
leadId*string

The lead's id.

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/campaigns/string/leads/string"
{  "data": {    "ok": true  }}