Stoppost https://external-api.xtremepush.com/api/external/stop/campaignUsed to stop an active campaignExamples Stop a live campaign: cURLcurl --request POST \ --url https://external-api.xtremepush.com/api/external/stop/campaign \ --header 'content-type: application/json' \ --data '{ "apptoken": "YOUR_APPTOKEN", "id": "CAMPAIGN_ID" }'