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.
POST
/
v1
/
delete_campaign
Headers
Body
application/json · object
The body is of type object
.
Response
200 - application/json
The response is of type object
.