cURL
curl --request DELETE \ --url https://yourdomain.com/delete_campaign \ --header 'Content-Type: application/json' \ --cookie admin_cookie= \ --data ' { "campaign": "<string>" } '
"campaign deleted"
Delete an entire campaign and associated events
Admin cookie authentication (configurable in config.json)
Campaign name to delete
Campaign deleted successfully
The response is of type string.
string