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

Path Parameters

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"
{
  "message": "Watchlist deleted successfully"
}