Deleting Nodes
To delete a Node, you can use the delete
method.
Command onlyUsage:
PYNDatabase.delete(*names)
PYNDatabase.Node.delete(*names)
If isANY of the
names nameparameter.specified do not exist, NONE of them will be deleted.