Rewards/Rule sets/Id
/rewards/rule-sets/:id
This endpoint sends an HTTP DELETE request to the specified reward rule set ID to delete the rule set data.
Important
The Reward Rule Set must not have any active rewards or be referenced by any active referrals.
Response
The response of this request is a JSON schema representing the structure of the response data.
DELETE
/rewards/rule-sets/{id}
Authorization
Authorization
RequiredBearer <token>In: header
Path Parameters
id
RequiredstringResponse Body
Successful response
curl -X DELETE "https://api.nodiref.com/rewards/rule-sets/9eb93359-5d00-42e9-9449-077e5cffb393" \
-H "Authorization: Bearer <token>"
Empty