2. Click to ragnarok database
3. Click to SQL
4. Copy and paste the following to SQL (change the 1142 to the item_id of item that you want to delete):
DELETE FROM `auction` WHERE nameid=1142;
DELETE FROM `cart_inventory` WHERE nameid=1142;
DELETE FROM `guild_storage` WHERE nameid=1142;
DELETE FROM `inventory` WHERE nameid=1142;
DELETE FROM `mail` WHERE nameid=1142;
DELETE FROM `storage` WHERE nameid=1142;