Delete a campaign (?confirm=true, ?dryRun=true)
Campaigns
Delete a campaign (?confirm=true, ?dryRun=true)
Soft-deletes the campaign (instantly halting its picker) and cancels its orphaned sequences. Follows the v2 deletes convention:
- Without
?confirm=true(or with?dryRun=true) → HTTP 200 with the impact preview{ id, name, confirmationRequired: true, status }; nothing removed. - With
?confirm=true→ deletes and returns{ id, name, deleted: true }.
DELETE
Delete a campaign (?confirm=true, ?dryRun=true)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The campaign id (a first-class campaigns row).
Query Parameters
Must be true to actually delete. Omit for the impact preview.
Force the impact preview even when confirm is set.
Response
The impact preview (unconfirmed / dryRun) or the delete receipt (confirmed).