Bank Accounts
Delete a bank account
Delete a bank account by ID for the authenticated team.
delete/bank-accounts/{id}
Path parameters
idstring uuid required
The unique identifier of the bank account.
Example:b7e6c2a0-1f2d-4c3b-9a8e-123456789abc
The unique identifier of the bank account.
Response
Bank account deleted
Example response
{
"id": "b7e6c2a0-1f2d-4c3b-9a8e-123456789abc",
"name": "Checking Account",
"currency": "USD",
"type": "depository",
"enabled": true,
"balance": 1500.75,
"manual": false
}