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/management/v1/projects/{projectId}/stacking-rules/{stackingRulesId}{
"code": 401,
"message": "Unauthorized",
"key": "unauthorized"
}Deletes permanently the current settings for the stacking rules.
The stacking rules are restored to default values.
๐ Stacking Rules Documentation
Read [the Stacking Rules article]/orchestrate/stacking-rules to learn how they work.
curl --request DELETE \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/stacking-rules/{stackingRulesId}{
"code": 401,
"message": "Unauthorized",
"key": "unauthorized"
}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.
Provide the unique identifier of the project.
"proj_TrlkLiH4"
Provide the unique identifier of the stacking rules.
"stk_0d6264108617006147"
Returns no content if the stacking rules have been successfully deleted.
Was this page helpful?