DELETE /campaigns/:id
Delete a campaign. Only draft and sent campaigns can be deleted. Running, scheduled, or paused campaigns must be completed or cancelled first.Authentication
JWT Bearer token (dashboard auth)Response
Example
Errors
| Status | Error | Cause |
|---|---|---|
404 | Campaign not found | Invalid ID or not owned by user |