smartlead_delete_lead
Remove a lead permanently from the Smartlead email marketing system by specifying the lead ID to maintain clean contact lists.
Instructions
Delete a lead permanently.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
lead_id | Yes | ID of the lead to delete |
Input Schema (JSON Schema)
{
"properties": {
"lead_id": {
"description": "ID of the lead to delete",
"type": "number"
}
},
"required": [
"lead_id"
],
"type": "object"
}