prorm API Reference
    Preparing search index...

    Interface DeleteNodeOptions

    Options for deleteNode().

    interface DeleteNodeOptions {
        detach?: boolean;
    }
    Index
    detach?: boolean

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