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/loyalties/{campaignId}/rewards/{assignmentId} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'This method deletes a reward assignment for a particular loyalty campaign.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/loyalties/{campaignId}/rewards/{assignmentId} \
--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.
The campaign ID or name of the loyalty 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%20Campaign.
"camp_rRsfatlwN7unSeUIJDCYedal"
A unique reward assignment ID.
"rewa_m9hEAu10KsPcLhGXiHG85aY0"
Returns no content if deletion is successful.
Was this page helpful?