DocsAPI ReferenceBank Account/bff/bank-account/{externalId}
deleteBank AccountAdmin BFF

/bff/bank-account/{externalId}

Marks the account inactive and disables any attached sync connectors. The row is preserved.

Bank accountdeleteBffBank-accountByExternalId

Parameters

1 path

1 total
Path · 1
externalIdstringRequired

Bank account external ID returned by the list endpoint.

Request

DELETE /bff/bank-account/{externalId}

delete
curl -X DELETE "https://api.bizkithub.com/bff/bank-account/example_externalId" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key