DeleteTree[node->NODE] =: NODE
DeleteTree deletes the subtree rooted at node. The node then becomes a terminal node, which is returned.
DeleteMove.