Delete a campaign and all associated data.
campaign_id (integer, required): The unique identifier of the campaign| Status Code | Description |
|---|---|
| 400 | Cannot delete running campaign - stop it first |
| 404 | Campaign not found |
| 401 | Unauthorized - invalid or missing API key |