Method: FundAmerica::AchAuthorization.delete

Defined in:
lib/fund_america/ach_authorization.rb

.delete(ach_authorization_id) ⇒ Object

End point: apps.fundamerica.com/api/ach_authorizations/:id (DELETE) Usage: FundAmerica::AchAuthorization.delete(ach_authorization_id) Output: Deletes an ach_authorization with matching id



29
30
31
# File 'lib/fund_america/ach_authorization.rb', line 29

def delete(ach_authorization_id)
  API::request(:delete, "ach_authorizations/#{ach_authorization_id}")
end