Delete Lead
Deletes a lead.
DELETE
/api/v1/leads/{lead_id}Description
Performs a soft delete: the lead is hidden from all lists immediately and is never called again. The database row is retained.
Parameters
| Path param | Type | Description |
|---|---|---|
lead_id | UUID | The lead's ID. |
Errors
| Status | Detail |
|---|---|
404 | Lead not found or not in your company. |