orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB
Apache License 2.0
91 stars 32 forks source link

Delete Edge between two vertices #60

Open mamdouhweb opened 8 years ago

mamdouhweb commented 8 years ago

Probably a mistake from my end, however, I really couldn't find a way to delete an edge between two vertices. Having the two vertices ID's known, it should be trivial to just look into the edge, get it's ID and dropping it. and couldn't find any pointers in the examples for such a process. Is it just a missing functionality, where I cannot locate an edge with the vertices known? or am I just missing the point here.

Thanks for the help in advance!

mpollmeier commented 8 years ago

the drop step let's you delete edges or vertices. which flavour of gremlin are you using? can you share some code?

ImPacific commented 10 months ago

Probably a mistake from my end, however, I really couldn't find a way to delete an edge between two vertices. Having the two vertices ID's known, it should be trivial to just look into the edge, get it's ID and dropping it. and couldn't find any pointers in the examples for such a process. Is it just a missing functionality, where I cannot locate an edge with the vertices known? or am I just missing the point here.

Thanks for the help in advance!

Were you able to do this ? I was expecting the same scenario to be as simple as you explained but cannot find it