Outbound Campaigns
Delete campaign
Delete a specific campaign
Updated 30 June 2026
On this page
This endpoint allows you to delete a campaign that belongs to the authenticated user. If the campaign is currently running, it is stopped automatically before deletion.
Path Parameters
idintegerrequired
The unique identifier of the campaign to delete
Response
messagestring
Confirmation message indicating the campaign was deleted successfully
Error Responses
404 Not Found
{
"message": "Campaign deleted successfully"
}
{
"message": "Campaign not found"
}
Notes
- Only campaigns that belong to the authenticated user can be deleted
- Running campaigns are stopped automatically before deletion
- All leads attached to the campaign are removed
- Phone number assignments on the campaign are released
Related guides
Outbound Campaigns
Campaigns Overview
Create and manage call, WhatsApp, and SMS campaigns to reach leads at scale
Read guide →Outbound Campaigns
Creating a Campaign
Step-by-step guide to setting up call, WhatsApp, or SMS campaigns
Read guide →Outbound Campaigns
List campaigns
List all campaigns (call, WhatsApp, SMS)
Read guide →Outbound Campaigns
Get campaign
Get a single campaign by ID
Read guide →