Skip to main content
DELETE
/
delete_campaign
Delete campaign
curl --request DELETE \
  --url https://yourdomain.com/delete_campaign \
  --header 'Content-Type: application/json' \
  --data '
{
  "campaign": "<string>"
}
'
"campaign deleted"

Authorizations

Admin cookie authentication (configurable in config.json)

Body

application/json
campaign
string

Campaign name to delete

Response

Campaign deleted successfully

The response is of type string.

Example:

"campaign deleted"