The future of incentives is agent ready. See what we're building.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/validation-rules/{validationRuleId}/assignments/{assignmentId} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'This method deletes a validation rule assignment.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/validation-rules/{validationRuleId}/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 validation rule ID.
"val_TU4de3EP4dlL"
A unique validation rule assignment ID.
"rewa_m9hEAu10KsPcLhGXiHG85aY0"
Returns no content if deletion is successful.
Was this page helpful?