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
Authorization
RequiredBearer <token>In: header
Path Parameters
id
RequiredstringResponse Body
Successful response
curl -X DELETE "https://api.nodiref.com/rewards/actions/9ebf3b88-8a91-4b07-9658-ea4f4941ccb0" \
-H "Authorization: Bearer <token>"
Empty