NodiRef LogoNodiRef
Rewards/Triggers/Id

/rewards/triggers/:id

This endpoint sends an HTTP DELETE request to the specified reward trigger ID to delete the trigger data.

Response

The response of this request is a JSON schema representing the structure of the response data.

DELETE/rewards/triggers/{id}

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

idRequiredstring

Response Body

Successful response

curl -X DELETE "https://api.nodiref.com/rewards/triggers/string" \
  -H "Authorization: Bearer <token>"
Empty