Skip to main content

Deleting Nodes

To delete a Node, you can use the delete method.

Command Usage:

PYNDatabase.delete(*names)
PYNDatabase.Node.delete(*names)

If ANY of the names specified do not exist, NONE of them will be deleted.