Rewards/Triggers/Conditions/Id
/rewards/triggers/conditions/:id
This endpoint sends an HTTP DELETE request to the specified reward trigger condition ID to delete the condition data.
Response
The response of this request is a JSON schema representing the structure of the response data.
DELETE
/rewards/triggers/conditions/{id}
Authorization
Authorization
RequiredBearer <token>In: header
Path Parameters
id
RequiredstringResponse Body
Successful response
curl -X DELETE "https://api.nodiref.com/rewards/triggers/conditions/9ebf36da-d793-4f97-b455-8d4a6b8a52dc" \
-H "Authorization: Bearer <token>"
Empty