/bff/bank-account/{externalId}
Marks the account inactive and disables any attached sync connectors. The row is preserved.
Bank accountdeleteBffBank-accountByExternalId
Parameters
1 path
Path · 1
externalIdstringRequiredBank account external ID returned by the list endpoint.
Request
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"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.