curl -X DELETE "https://api.finscreener.in/api/watchlist/wl_123" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"success": true,
"message": "Watchlist deleted"
}
Watchlist
Delete Watchlist
Delete a watchlist
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
string
required
Watchlist ID
Headers
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"
}