You can make an item non-interactable with

Code
ItemSetCanInteract(_ITEM,0);


And make it interactable again with a 1 instead of 0.