Vincent is here! Just say the word, and Vincent will build the campaigns for you! Get early access.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/promotions/{campaignId}/stacks/{stackId} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'This method deletes a promotion stack.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/promotions/{campaignId}/stacks/{stackId} \
--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.
ID of the promotion campaign. You can either pass the campaign ID, which was assigned by Voucherify, or the name of the campaign as the path parameter value, e.g., Loyalty Campaign.
"camp_rRsfatlwN7unSeUIJDCYedal"
Promotion stack ID.
"stack_KOIde7AUf08at12lZ1r3OfFL"
Returns no content if deletion is successful.
Was this page helpful?