Destroying first item in inventory

I would like to manually manage the item slot at index 1 of the inventory.
I ant to destroy the item currently in that slot and replace it with a new one.

Any ideas on how to manage such an task in verse?

I tried using the item remover but when I call if from verse it does not remove the item.
Is there a more direct programming way to affect the inventory?

To use the item remover, you can store items inside it through the device editor. There’s also a tick box where you can select for the device to delete “amount in device”. Then if you activate the “remove” function in the device AND the specific item is also in your inventory, it deletes it.