StatsHub Docs
APIEndpoint referenceWatchlist

/watchlist/prop

Removing something that was never on the watchlist is a 200, not a 404: the original does not check the affected row count, and the caller's intent — the prop is not on the list — holds either way.

DELETE
/api/watchlist/prop

Removing something that was never on the watchlist is a 200, not a 404: the original does not check the affected row count, and the caller's intent — the prop is not on the list — holds either way.

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Query Parameters

screenerId?string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/watchlist/prop"
{  "message": "string"}