smartlead_delete_campaign
Permanently delete a specific email marketing campaign by its ID using the Smartlead Simplified MCP Server to manage your campaign list.
Instructions
Delete a campaign permanently.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
campaign_id | Yes | ID of the campaign to delete |
Input Schema (JSON Schema)
{
"properties": {
"campaign_id": {
"description": "ID of the campaign to delete",
"type": "number"
}
},
"required": [
"campaign_id"
],
"type": "object"
}