Delete 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>'Delete Promotion Stack
This method deletes a promotion stack.
DELETE
/
v1
/
promotions
/
{campaignId}
/
stacks
/
{stackId}
Delete 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>'Authorizations
X-App-Id & X-App-TokenX-Voucherify-OAuth
Path Parameters
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.
Example:
"camp_rRsfatlwN7unSeUIJDCYedal"
Promotion stack ID.
Example:
"stack_KOIde7AUf08at12lZ1r3OfFL"
Response
Returns no content if deletion is successful.
Last modified on April 14, 2026
Was this page helpful?
⌘I

