---
title: "Delete Watchlist"
method: DELETE
path: "/v1/watchlists/{watchlist_id}"
tags: ["Watchlists"]
---

# Delete Watchlist

`DELETE /v1/watchlists/{watchlist_id}`

Delete a specific watchlist

## Path parameters

- `watchlist_id` string, required

## Headers

- `Accept` 'application/json', required

## Response `200`

Watchlist deleted successfully

- WatchlistsResponse
  - `watchlists` object
    - `watchlist` WatchlistSummary[] — List of watchlists
      - `name` string — The watchlist name
      - `id` string — The watchlist ID
      - `public_id` string — The public ID of the watchlist

## Other responses

- `401` — Authentication required or invalid credentials
- `404` — The requested resource was not found

---

[API](https://skmtc.net/tradier/apis/tradier-brokerage-api.md) · [All operations](https://skmtc.net/tradier/apis/tradier-brokerage-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradier/tradier-brokerage-api/revisions/3cda47abe673/schema)
