> ## Documentation Index
> Fetch the complete documentation index at: https://docs.campaigncleaner.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Campaign

> The **delete_campaign** API endpoint allows you to delete any of the campaigns in your saved campaigns in [Campaign Cleaner](https://campaigncleaner.com).
#### Header:
**X-CC-API-Key**: Your API Key
#### Request Body:

**campaign**:

- **id**: The campaign id that will be deleted.
 

#### Response:

- **status**: _success_ or _failure,_ failures can occur when the **campaign_id** doesn't exists or was deleted.
 

In the event of an error, you will get an "**error**:" response, with a description of the reason.

