delete abstract method

Future<bool> delete(
  1. NodeId nodeId
)

Stops expecting anything of nodeId; returns true if it had a state.

Implementation

Future<bool> delete(NodeId nodeId);