Toshl Developer

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:

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

Response

HTTP/1.1 204 No Content