Overview

The ability to delete selected nodes and links in a JavaScript Web application is handled through the IlvSelectionManager class.
Once set on the view and configured (see Managing selection) you can call the deleteSelection() method on the IlvSelectionManager class to delete objects that have been selected using the IlvSelectInteractor.
Note
Nodes and Links deletion makes sense in multisession mode only.