Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ノードからリレーションシップを削除する API が見つかりません。create メソッドしか見つかりませんでした。削除する方法を教えてください。
その通りです:
rel = n1.relationships.create("Knows", n2) rel.delete()
以上です。