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/rewards/{rewardId}/assignments/{assignmentId} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'This method deletes a reward assignment for a particular reward.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/rewards/{rewardId}/assignments/{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.
A unique reward ID.
"rew_2erjvECLs92GYzKbak3QkyTV"
A unique reward assignment ID.
"rewa_m9hEAu10KsPcLhGXiHG85aY0"
Returns no content if deletion is successful.
Was this page helpful?