---
search:
  tags:
    - Campaign Plans
    - DELETE
seo:
  description: >-
    Deletes a Campaign Plan and its Line Items. Send the base_revision you…
    Reference for the DELETE /context/campaign-plans/{slug} endpoint in the
    AdCrunch API.
sidebar:
  label: Delete a Campaign Plan
  badge: DELETE
title: Delete a Campaign Plan
type: openapi-operation
---
Deletes a Campaign Plan and its Line Items. Send the `base_revision` you read. The slug becomes free again.

AdCrunch **keeps** the record of what those lines already created. Those provider objects are live in an ad account, and the deletion of a planning row does not remove them.

The answer is `409` with `error=revision_mismatch` if the plan changed after you read it.

`DELETE /context/campaign-plans/{slug}`
