Delete Campaign
Use this API to delete a campaign.
See below for sample request and response.
curl -X DELETE \
'https://api.kayzen.io/v1/campaigns/165443' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer ACCESS_TOKEN'
{"ok":true}
Updated over 2 years ago