NodiRef LogoNodiRef
Rewards/Actions/Id

/rewards/actions/:id

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

Response

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

DELETE/rewards/actions/{id}

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

idRequiredstring

Response Body

Successful response

curl -X DELETE "https://api.nodiref.com/rewards/actions/9ebf3b88-8a91-4b07-9658-ea4f4941ccb0" \
  -H "Authorization: Bearer <token>"
Empty