Method: HyperGraph.delete
- Defined in:
- lib/hyper_graph.rb
.delete(requested_object_id, options = {}) ⇒ Object
Send a delete request to the graph
43 44 45 |
# File 'lib/hyper_graph.rb', line 43 def delete(requested_object_id, = {}) post(requested_object_id, .merge(:method => 'delete')) end |