Permanently deletes a connection. Once the connection has been deleted, all of the associated financial data e.g. accounts and transactions can still be accessed via the users end-point

Arguments

id
string, required

The identifier of the connection to be deleted.

❗️

Note that this action cannot be undone.

Returns
Returns an empty body if the delete succeeded. Otherwise, this call returns an error in the event of a failure.

DELETE /users/ea3a81/connections/{connection.id}
DELETE /users/ea3a81/connections/8fce3b HTTP/1.1
Authorization: Bearer YOUR_ACCESS_TOKEN
HTTP/1.1 204 No Content