Leads in campaigns
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 }}Pause a lead in a campaign POST
Freezes the lead's sequence so the executor stops contacting it (status becomes `paused`). It is resumable: step progress and timers are kept, so resuming continues from where it left off. No-op on a lead that is already done, failed or replied. Sending the lead a manual message from the inbox pauses it the same way.
Resume a paused lead in a campaign POST
Moves a `paused` lead back to `pending`, continuing its sequence from where it left off. No-op unless the lead is paused.