Delete Multiple Nodes

Yes. Nodes are selected, since the script is using thisLayer = thisFont.selectedLayers[0]

thisPath.removeNodeCheckKeepShape_( thisNode )

The problem seems to be with the part within parenthesis ( thisNode ). What value goes there? If I am to remove just a single* Node with this method and type it on my own what should I input for it to work. I recon it will need an x and y value separated by a comma. (instead of the iterator that goes through all selected).