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.
API Endpoints
Delete Campaign
The delete_campaign API endpoint allows you to delete any of the campaigns in your saved campaigns in Campaign Cleaner.
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.

