StatsHub Docs
APIEndpoint referenceValue bet lineup alerts

/value-bet-lineup-alerts

The identifiers come from the request body, not the query string, which is unusual for a DELETE but is what the client sends.

DELETE
/api/value-bet-lineup-alerts

The identifiers come from the request body, not the query string, which is unusual for a DELETE but is what the client sends.

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-lineup-alerts" \  -H "Content-Type: application/json" \  -d '{    "matchId": 0,    "playerId": 0  }'
{  "success": true}