Delete financial connection
Deleting a financial connection will also delete all associated data, like financial 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
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://api.synci.io/oauth/authorize
Token URL: https://api.synci.io/oauth/token
or
Responses
This response does not have a body.
curl --location --request DELETE 'https://api.synci.io/api/v1/finance/connections/' \
--header 'Authorization: Bearer <token>'
Response Response Example
Modified at 2026-07-14 16:18:50