Delete Campaign Reward Assignment
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.
DELETE
/
v1
/
loyalties
/
{campaignId}
/
rewards
/
{assignmentId}
Delete Campaign Reward Assignment
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.
Authorizations
X-App-Id & X-App-TokenX-Voucherify-OAuth
Path Parameters
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.
Example:
"camp_rRsfatlwN7unSeUIJDCYedal"
A unique reward assignment ID.
Example:
"rewa_m9hEAu10KsPcLhGXiHG85aY0"
Response
Returns no content if deletion is successful.
Last modified on June 1, 2026
Was this page helpful?
⌘I

