Module: Brightpearl::APIOperations::Delete
- Included in:
- CustomerPayment, Webhook
- Defined in:
- lib/brightpearl/api_operations/delete.rb
Instance Method Summary collapse
Instance Method Details
#delete(id) ⇒ Object
4 5 6 |
# File 'lib/brightpearl/api_operations/delete.rb', line 4 def delete(id) send_request(path: "#{resource_path}/#{id}", method: :delete) end |