Method: OrderCloud::SpendingAccountApi#delete

Defined in:
lib/order_cloud/api/spending_account_api.rb

#delete(buyer_id, spending_account_id, opts = {}) ⇒ nil

Parameters:

  • buyer_id

    ID of the buyer.

  • spending_account_id

    ID of the spending account.

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

    the optional parameters

Returns:

  • (nil)


101
102
103
104
# File 'lib/order_cloud/api/spending_account_api.rb', line 101

def delete(buyer_id, , opts = {})
  delete_with_http_info(buyer_id, , opts)
  return nil
end