deleteLead
Permanently delete a lead record by ID to remove spam or test leads. Use with caution as deletion is irreversible.
Instructions
Delete a lead - Permanently delete a lead record by ID. Destructive - cannot be undone via API.
Use when: removing a spam or test lead. For preserving the lead but closing it, use updateLead with a status change instead.
Required: lead_id.
See also: updateLead (modify without removing).
Destructive: confirm intent with the user before bulk use. No soft-delete via API - records removed are not recoverable.
Returns: { status: "success", message: "record was deleted" }. No body beyond the confirmation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lead_id | Yes |