Player items are not stored in SQL, so no, that's not possible.
Fake table.What is player_items table then?
DELETE FROM tile_items WHERE itemtype = ID-ITEM;
DELETE FROM player_items WHERE itemtype = ID-ITEM;
DELETE FROM player_depotitems WHERE itemtype = ID-ITEM;