Having successfully created a spatial index, created a node and added it to my index, I'd now like to be able to delete the node (easy) and remove it from the spatial index (not so easy).
At time of writing, the documentation does not cover this.
Looking at the index i can see what to clear up, but on my simple DB i'm not confident if this is a protocol to follow or just a rule of thumb.
My node (within the index) is two "rtree" relationships away from the root of the layer, which i can clean up, if advised to.
Is there an api to delete my node?
If not, is this a good pattern to tidy up the index once i destroy the node in the graph?
Thanks.