Deleting a bank connection will also delete all associated data, like bank accounts, balances, transactions, and transfer links.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Responses
This response does not have a body.
curl --location --request DELETE 'https://api.synci.io/api/v1/banks/connections/' \
--header 'Authorization: Bearer <token>'
Response Response Example
Modified at 2025-11-18 15:41:51