Removing ElementTree Node

I’ve have a node that needs to be removed. I know how to remove the node but it has children. When I remove that node are the children also removed? Does garbage collection take care of that or will there be ghost nodes hanging around (aka memory leak). Is it possible to connect those children to another node? TIA.