Skip to main content
DELETE
/
api
/
watchlist
/
{watchlist_id}
curl -X DELETE "https://api.finscreener.in/api/watchlist/wl_123" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "success": true,
  "message": "Watchlist deleted"
}
Permanently delete a watchlist and all its items.

Path Parameters

watchlist_id
string
required
Watchlist ID

Headers

Authorization
string
required
Bearer token: Bearer <access_token>
curl -X DELETE "https://api.finscreener.in/api/watchlist/wl_123" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "success": true,
  "message": "Watchlist deleted"
}