Skip to main content
DELETE
/
api
/
users
/
watchlist
/
tickers
/
{ticker}
curl -X DELETE https://worker.rushed.com.br/api/users/watchlist/tickers/PETR4 \
  -H "X-API-Key: rsh_live_xxxxxxxxxxxx"
{ "success": true, "data": { "watchlistTickers": ["VALE3"] } }

Headers

X-API-Key
string
required
Your Rushed API key: rsh_live_xxxxxxxxxxxx

Path Parameters

ticker
string
required
Ticker symbol (e.g., PETR4)
curl -X DELETE https://worker.rushed.com.br/api/users/watchlist/tickers/PETR4 \
  -H "X-API-Key: rsh_live_xxxxxxxxxxxx"
{ "success": true, "data": { "watchlistTickers": ["VALE3"] } }