## Delete Watchlist **delete** `/v1/watchlists/{watchlist_id}` Delete a watchlist and all its items ### Path Parameters - `watchlist_id: string` ### Example ```http curl https://api.clearstreet.com/v1/watchlists/$WATCHLIST_ID \ -X DELETE \ -H "Authorization: Bearer $API_KEY" ``` #### Response ```json { "data": null, "metadata": { "request_id": "cb824f1b-ea6e-4045-8169-9503be2b24d7" } } ```