Skip to main content
DELETE
/
v1
/
promotions
/
{campaignId}
/
stacks
/
{stackId}
Delete Promotion Stack
curl --request DELETE \
  --url https://{cluster}.voucherify.io/v1/promotions/{campaignId}/stacks/{stackId} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-App-Id: <api-key>' \
  --header 'X-App-Token: <api-key>'
This response does not have an example.

Authorizations

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

Path Parameters

campaignId
string
required
Example:
stackId
string
required
Example:

Response