Deletes a reward.
You can only call this method when authenticated as a Wix app or Wix user identity.
ID of the reward to delete.
Revision number, which increments by 1 each time the reward is updated.
To prevent conflicting changes, the current revision
must be passed when deleting the reward.
curl -X DELETE \
'https://www.wixapis.com/loyalty-rewards/v1/rewards/46d7bbce-6bb4-4174-ae5a-7f44c19f95ce?revision=1' \
-H 'Authorization: <AUTH>'
{}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.