Disable and hide object after collision between player and cube

Good evening everyone, I have a problem with Unity3d. I would like to disable or get rid of a gameobject after a collision between player and Cube.

How can I fix this? Thanks to all

Go through the first video tutorial series. It walks you through step by step how to setup collision detection between a player (sphere) and a cube. It’s the “Roll a Ball” tutorial.