Delete a bank connection
Delete a bank connection. This will not delete any of the linked accounts, just stop refreshing the data from aggregator.
DELETE /bank/connections/{id}
Required scope:
- entries:r
Parameters
id * required string
|
Connection id. |
* denotes required field/parameter.
Request
$ curl https://api.toshl.com/bank/connections/42 \ -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl" \ -X DELETE