Inventory of every user

Hello! Is it possible to create some kind of inventory for each user? When the item is sold they can delete that item. Obviously only that one user can have permission to delete/update their item.

This guide might be useful for what you’re looking to achieve. But yes - you could create a list block that filters all records for one’s matching logged-in user’s credential & where status = sold, and then allow users edit/update/delete action buttons as needed