Delete an ACH Relationship
Delete an existing ACH relationship
Overview
DELETE apiURL/v1.0/accounts/{accountId}/ach-relationships/{id}?reason=Closed%20the%20banking%20accountResponse
{
"Id": "40ee3617-7a67-45dd-0609-08d7bacaad26",
"AccountId": 0,
"ExternalId": "5e6f80963c3477ba9dc1f98a",
"RoutingNumber": "051000017",
"AccountNumber": "987654321222",
"AccountOwnerName": "Eugeny",
"Name": "Main Citi Bank Account",
"Status": "Canceled",
"CreatedAt": "2020-03-16T13:35:18.0133333Z",
"CancelDate": "2020-03-16T17:53:54.4806035Z",
"CancelReason": "Closed the banking account",
"ApprovalMethod": "Instant",
"Default": false
}Common Mistakes
Failing to Specify the Et-App-Key Parameter
Last updated