Unlink bank link
Severs the whole Bank Link: the link becomes unlinked and every Account Link is soft-removed. Unlinked links disappear from get and list and are rejected for new money movement; Account Link ids remain referenceable in history.
Unlinking is permanent. Linking the same institution or bank account again later creates a new Bank Link with a new bank_link_id, and each shared account gets a new account_link_id. Old ids are never reused.
Repeating the call returns the same final snapshot. Unlinking a link that never finished activating cancels its pending session and returns that same unlinked snapshot. A link busy with an in-flight provider operation (activation, reconnect, or an earlier unlink attempt) returns Unavailable; retry shortly.
Unlinking also severs the provider-side connection. If the provider refuses — for example, transactions are still settling — the link keeps its current status and the call returns bank_link_provider_rejected. If the provider outcome is unknown — for example, the provider was unreachable — the call returns Unavailable and the link stays busy until the pending attempt expires; retry after that to finish the unlink.
Authorizations
Your public API key. Identifies the partner making the request.
HMAC signature over the request, computed with your private key.
Monotonically increasing nonce included in the request signature.
Path Parameters
Public identifier of the account the link belongs to.
14 - 42Public bank-link id, an opaque handle.
4 - 128Response
Successful response
Final snapshot: unlinked, with every Account Link removed.