Campaigns
Disable Campaign
There are various times when you'll want to manage a campaign's accessibility. This can be done by two API methods for managing the campaign state - enable and disable.
Sets campaign state to inactive. The vouchers in this campaign can no longer be redeemed.
post/v1/campaigns/{campaignId}/disable
Response
Returns an empty json {}.
CampaignsDisableResponseBody required
Schema model for an empty json.