Disconnect and remove a connection
Revokes our access to the user’s bank for this connection and removes the Connection record. Accounts and transactions are kept for your historical reference unless you delete the whole Client.
Authorizations
Pass your secret key in the Authorization header as a Bearer
token: Authorization: Bearer sk_test_... (sandbox) or
Bearer sk_live_... (production).
Keys are created in the developer portal and the plaintext secret is shown exactly once at creation. Treat them like passwords — never embed them in mobile apps or front-end code.
Path Parameters
Canonical Connection id of the form con_<SOURCE>_<bankAccountId>
(e.g. con_FINICITY_41294, con_MX_1224, con_FDE_5009). Only
the canonical shape is accepted here. The placeholder UUID id
returned by POST /v3/clients/{id}/connections
(con_<uuid>, e.g. con_01HXYZ8A6N7K2W9PQ4T5Z3V6E0) is not
a valid value — calls with it return 400 with
missing source separator. See the lifecycle prose at the top
of this document for the full id-format contract.
"con_FINICITY_41294"
Response
Connection removed.
