curl -X POST "https://server.smartlead.ai/api/v1/campaigns/123/leads/789/unsubscribe?api_key=YOUR_KEY"
{
"success": true,
"message": "Lead unsubscribed successfully"
}
Unsubscribe a lead from a campaign to stop all future emails
curl -X POST "https://server.smartlead.ai/api/v1/campaigns/123/leads/789/unsubscribe?api_key=YOUR_KEY"
{
"success": true,
"message": "Lead unsubscribed successfully"
}
curl -X POST "https://server.smartlead.ai/api/v1/campaigns/123/leads/789/unsubscribe?api_key=YOUR_KEY"
{
"success": true,
"message": "Lead unsubscribed successfully"
}