Delete Campaign
Permanently delete a campaign and all associated data.
DELETE
/campaigns/{campaign_id}Delete a campaign. Running campaigns must be paused first.
Path Parameters
Campaign ID
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
campaign_id | string | Yes | Campaign ID |
Response 204
No content. The campaign and all associated data have been permanently deleted.
Errors
| Code | Description |
|---|---|
401 | Missing or invalid authentication |
403 | Campaign is currently running — pause it first |
404 | Campaign not found |