Skip to content
AdCrunch
Esc
↑↓navigate↵open⌘Jpreview
On this page

campaign_plan_delete

Delete a campaign plan and its line items. What they already created is kept.

Deletes a Campaign Plan and every Line Item on it.

Input

Field Type Required Description
campaign_plan_name string yes The plan slug.
base_revision integer yes The revision you last read. The delete is refused if the plan moved since.

Output

{ deleted: true, lineItemsDeleted: 3 } — the slug becomes free to re-use.

Requires the campaign_plan:write scope.

Was this page helpful?