Method: TransferZero::PayinMethodsApi#delete_payin_method

Defined in:
lib/transferzero-sdk/api/payin_methods_api.rb

#delete_payin_method(payin_method_id, opts = {}) ⇒ PayinMethodResponse

Deleting a payin method Initiates a cancellation request for the specified payin method

Parameters:

  • payin_method_id

    ID of the payin method to delete. Example: `/v1/payin_methods/bf9ff782-e182-45ac-abea-5bce83ad6670`

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



29
30
31
32
# File 'lib/transferzero-sdk/api/payin_methods_api.rb', line 29

def delete_payin_method(payin_method_id, opts = {})
  data, _status_code, _headers = delete_payin_method_with_http_info(payin_method_id, opts)
  data
end