If I call node.unlink() it should just clear all linked children that the node has. This would be very convenient as a type of clear function.
The capability would also need to be indicated in the docstring for unlink. Added to the beginner tutorial notebook alongside examples for linking/unlinking. And checked in the unit tests.