HelixQL
Delete Operation
DROP
Drops elements from your database. The DROP
effects the elements returned by the traversal.
You can use the drop on any traversal that returns a list of elements.
DROP
will do nothing if the result of the expression is not a list of elements or if the list is empty.
Example
Currently, Helix does not support deleting vectors from the graph. As a workaround, you can delete the node and/or the edge that the vector is attached to.