module BoffinIO::APIOperations::Delete
Public Instance Methods
delete(params = {})
click to toggle source
# File lib/boffinio/api_operations/delete.rb, line 4 def delete(params = {}) response, api_key = BoffinIO.request(:delete, url, @api_key, params) refresh_from(response, api_key) self end