Skip to main content
DELETE
/
api
/
users
/
watchlist
/
companies
/
{id}
curl -X DELETE https://worker.rushed.com.br/api/users/watchlist/companies/a1b2c3d4-... \
  -H "X-API-Key: rsh_live_xxxxxxxxxxxx"
{ "success": true, "data": { "watchlistCompanies": [] } }

Headers

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

Path Parameters

id
string
required
Company entity UUID
curl -X DELETE https://worker.rushed.com.br/api/users/watchlist/companies/a1b2c3d4-... \
  -H "X-API-Key: rsh_live_xxxxxxxxxxxx"
{ "success": true, "data": { "watchlistCompanies": [] } }