Module: Vhx::ApiOperations::Delete::ClassMethods
- Defined in:
- lib/vhx/utilities/api_operations/delete.rb
Instance Method Summary collapse
Instance Method Details
#delete(identifier, payload = {}) ⇒ Object
5 6 7 |
# File 'lib/vhx/utilities/api_operations/delete.rb', line 5 def delete(identifier, payload = {}) Vhx.connection.delete(get_hypermedia(identifier), payload) end |