Delete a bank account and all associated data

Permanently removes a bank account, all its transactions, TigerBeetle transfers, and associated ledger account

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

accountIdstringRequired
The ID of the bank account to delete

Query parameters

entityIdstringRequired
The entity ID that owns the account

Response

Account deleted successfully
messagestring or null
deletedCountsobject or null

Errors