VoxLink.ai

Outbound Campaigns

Delete campaign

Delete a specific campaign

Updated 30 June 2026

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

messagestring

  Error message when the campaign is not found or doesn't belong to the authenticated user
{
  "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