Stop Lead
Stops the campaign from calling a lead.
POST
/api/v1/leads/{lead_id}/stopDescription
Sets the lead's status to stopped. The scheduler only picks up leads whose
status is new or rescheduled, so a stopped lead will not be dialed again.
Parameters
| Path param | Type | Description |
|---|---|---|
lead_id | UUID | The lead's ID. |
Response — 200 OK
The updated Lead Object with status: "stopped".
Errors
| Status | Detail |
|---|---|
404 | Lead not found or not in your company. |