Skip to main content
DELETE
/
api
/
users
/
preferences
/
topics
/
{topic}
curl -X DELETE "https://worker.rushed.com.br/api/users/preferences/topics/M%26A" \
  -H "X-API-Key: rsh_live_xxxxxxxxxxxx"
{ "success": true, "data": { "topics": ["IPO"], "topicWeights": {} } }

Headers

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

Path Parameters

topic
string
required
Topic code to remove
curl -X DELETE "https://worker.rushed.com.br/api/users/preferences/topics/M%26A" \
  -H "X-API-Key: rsh_live_xxxxxxxxxxxx"
{ "success": true, "data": { "topics": ["IPO"], "topicWeights": {} } }