Delete Watchlist by ID
Permanently removes a specific watchlist identified by its unique ID. This targeted deletion removes the watchlist and its symbol collection without affecting other watchlists or account data.
Use Case: Remove individual watchlists that are no longer needed while maintaining other symbol tracking lists in the account.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Path Parameters
The unique identifier of the watchlist to delete (integer)
12345
Response
Watchlist deleted or reset successfully; returns the watchlist object
Saved list of symbols a user wants to monitor. Watchlists are read-only from a trading-risk perspective and do not place orders.
Watchlist identifier. Use this value when reading, updating, or deleting a specific watchlist.
User-facing watchlist name, such as Tech Stocks or Dividend Ideas. Show this as the list label in your app.
Symbols saved in the watchlist. Use exact uppercase ticker symbols and confirm unfamiliar symbols with symbol search.