---
title: "Reset a bank connection"
method: POST
path: "/api/connections/{connection-id}/reset"
tags: ["XS2A.api.connections"]
---

# Reset a bank connection

`POST /api/connections/{connection-id}/reset`

Reset a bank connection regardless of his sync mode.

## Path parameters

- `connection-id` string, required

## Response `202`

A structure containing a new wizard_session_key will be returned. The HTTP response code will be 202 in this case.

- WizardSessionResponse
  - `wizard_session_key` string — Using the wizard_session_key you can now initialize our Wizard which is running on your website
  - `transaction` string — We suggest that you store the internally used XS2A transaction id transaction with your transaction data, because if you later have questions about a transaction, we need this number to be able to quickly assist you.

## Other responses

- `401` — Authentication failed API key missing or not valid
- `403` — Forbidden Access blocked
- `404` — Product not enabled or Not found The requested object does not exist on the server
- `422` — Validation failed Something is wrong with the user input
- `500` — An internal server problem occurred

---

[API](https://skmtc.dev/xs2a/apis/xs2a-api.md) · [All operations](https://skmtc.dev/xs2a/apis/xs2a-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xs2a/xs2a-api/revisions/ae5fbc5feee3/schema)
