I'm creating the following relationships in one of the controllers: Graph.neo.create_relationship(rel, node_a, node_b) Graph.neo.create_relationship(rel, node_c node_b) Graph.neo.create_relationship(rel, node_d, node_b)
In another controller I will need to remove a specific relationship, lets say the node_c to node_b, how would I do this? -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neography-remove-a-specific-relations-ship-tp3438030p3438030.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

