StatsHub Docs
APIEndpoint referenceValue bet reports

/value-bet-reports

DELETE
/api/value-bet-reports

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/value-bet-reports" \  -H "Content-Type: application/json" \  -d '{    "matchId": null,    "playerId": null  }'
{  "success": true}