v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Bank Accounts

Delete bank account

Delete a bank account for the given id

delete/v6/banks/accounts/{id}

Path parameters

idstring required

The id of the bank account

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": {
    "id": "123456",
    "status": "ACTIVE",
    "apiName": "PLAID",
    "iconUrl": "https://cdn.sandbox.tight.com/icons/banks/56.png",
    "name": "Chase Checking",
    "mask": "1234",
    "type": "DEPOSITORY",
    "subType": "CHECKING",
    "syncTransactions": true,
    "isSupported": true,
    "latestTransactionDate": "2025-01-01",
    "accountBalance": 100000
  }
}