module Payjp::APIOperations::Delete
Public Instance Methods
delete(params = {}, opts = {})
click to toggle source
# File lib/payjp/api_operations/delete.rb, line 4 def delete(params = {}, opts = {}) opts = Util.normalize_opts(opts) response, opts = request(:delete, url, params, opts) refresh_from(response, opts) end