Deletes the Node with nodeId.
nodeId
void deleteNode(String nodeId) { _bloc.add(DeleteNodeEvent(nodeId)); }