Simple question about Destroy method

Hi,
did Destroy method should remove the object from the Hierarchy window? My GameObject Transform is still there after destroying everything from it.

Sorry guys, I forgot to Destroy gameObject too. Thread can be closed.

Usually if you want to destroy a GameObject and all its children and components, you simply destroy the main GameObject. When you do so, everything else gets destroyed as well.