Parameters
1 path
Path parameters
· 1externalIdstringRequiredBank account external ID returned by the list endpoint.
Example
example_externalIdMarks the account inactive and disables any attached sync connectors. The row is preserved.
1 path
externalIdstringRequiredBank account external ID returned by the list endpoint.
example_externalId1 status code documented
successbooleanRequired{
"success": false
}DELETE /bff/bank-account/{externalId}
curl -X DELETE "https://api.bizkithub.com/bff/bank-account/example_externalId" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.