Skip to main content
POST
/
v1
/
campaigns
/
{campaignId}
/
disable
Disable Campaign
curl --request POST \
  --url https://{cluster}.voucherify.io/v1/campaigns/{campaignId}/disable \
  --header 'X-App-Id: <api-key>' \
  --header 'X-App-Token: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-App-Id
string
header
required
X-App-Token
string
header
required

Path Parameters

campaignId
string
required

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 April 15, 2026