Disable Campaign
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
Disable Campaign
Path Parameters
The campaign ID or name of the campaign being disabled. You can either pass the campaign ID, which was assigned by Voucherify, or the name of the campaign as the path parameter value.
Example:
"camp_rRsfatlwN7unSeUIJDCYedal"
Response
Returns an empty json {}.
Response body schema for POST v1/campaigns/{campaignId}/disable.
Last modified on February 12, 2026

