StatsHub Docs
APIEndpoint referenceTipster

/tipster/preview/{id}

The tips go with it by cascade.

DELETE
/api/tipster/preview/{id}

The tips go with it by cascade. Deleting a preview that is not the caller's is a 200 that removed nothing, because the original does not check the affected row count.

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

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