RocketKOR

Delete External Bank Account Balance

RocketKOR does not maintain a ledger or track account balances for external Financial Accounts, as these accounts are managed by outside financial institutions.

If you are tracking the balance of an external bank Financial Account by posting it to RocketKOR, you can remove this balance.

Endpoint

DELETE /v1/external-bank-accounts/{financialAccountId}/external-balance

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

financialAccountId  REQUIRED

string (UUID)

ID of the Financial Account.

Request Body

None

Returns

If successful, returns 204 External balance has been deleted.

SAMPLE RESPONSE

				
					{
  204 External balance has been deleted
}