Skip to main content
DELETE
/
api
/
rewards
/
admin-override
Remove claimed reward (superadmin)
curl --request DELETE \
  --url https://app.d-sports.org/api/rewards/admin-override \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "rewardId": "<string>"
}
'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Body

application/json
rewardId
string
required

Response

{ success: true, data: { message } }