> ## Documentation Index
> Fetch the complete documentation index at: https://moneykit.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Force Reset

> Force a “relink required” state on a link (Test only)

<div className="tailwind hidden">
  ```
  curl -i -X POST \
    'http://localhost:8080/links/{id}/reset' \
    -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
    -H 'moneykit-version: 2023-02-18'
  ```

  ```
  {
    "link_id": "mk_eqkWN34UEoa2NxyALG8pcV",
    "institution_id": "chase",
    "provider": "mx",
    "state": "connected"
  }
  ```
</div>
