Remove ticker from watchlist
edgaralert_remove_ticker_from_listRemove a stock ticker from one of your ticker lists using the list ID and ticker symbol. Success returns no content; an error if ticker not in list.
Instructions
Removes a stock ticker from one of the user's ticker lists (watchlists). Use edgaralert_get_ticker_lists first to find the correct listId. Returns no content on success (204). Returns an error if the ticker is not found in the list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | The ID of the ticker list to remove from. Get list IDs from edgaralert_get_ticker_lists. | |
| ticker | Yes | Stock ticker to remove, e.g. AAPL. |