Method: Neography::Rest::RelationshipIndexes#remove_relationship_index_by_id
- Defined in:
- lib/neography/rest/relationship_indexes.rb
#remove_relationship_index_by_id(index, id) ⇒ Object
80 81 82 |
# File 'lib/neography/rest/relationship_indexes.rb', line 80 def remove_relationship_index_by_id(index, id) @connection.delete("/index/relationship/%{index}/%{id}" % {:index => index, :id => get_id(id)}) end |