Options for deleteNode().
deleteNode()
Optional
Also delete any relationships attached to the node (Cypher DETACH DELETE). Without this, deleting a node with existing relationships fails.
DETACH DELETE
Options for
deleteNode().