majensen / rest-neo4p

REST::Neo4p - Perl 5 Objects and Bindings for Neo4j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to delete relationship?

foobargeez opened this issue · comments

Hello,
I could be missing something obvious but is there a way to delete a relationship?

Thanks!

Hey @foobargeez - yes, you should be able to simply do

$rel->remove;

Let me know if this doesn't work

Thanks -- worked. Created #17 to document the method.