deleteLeadMatch
Permanently delete a lead match record by its ID. Ideal for removing erroneous or auto-created matches.
Instructions
Delete a lead match - Permanently delete a leadmatch record by ID. Destructive - cannot be undone via API.
Use when: cleaning up an erroneous match (e.g., test data) or removing a match that was auto-created but shouldn't exist. Does NOT unsend the notification email that may have already fired.
Required: match_id.
See also: updateLeadMatch (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 |
|---|---|---|---|
| match_id | Yes |