cURL
curl --request PUT \ --url https://yourdomain.com/cancel_campaign \ --header 'Content-Type: application/json' \ --cookie admin_cookie= \ --data ' { "campaign": "<string>" } '
"Cancelled Campaign"
Stop sending the campaign
Admin cookie authentication (configurable in config.json)
Campaign name
Campaign cancelled successfully
The response is of type string.
string