> ## 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.

# Delete Link

> Deletes this link and disables its access token.  After deletion, the link id and access token are no longer valid and cannot be used to access any data that was associated with it.

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

  ```
  {
    "error_code": "api_error.auth.expired_access_token",
    "error_message": "Access token expired",
    "documentation_url": "string"
  }
  ```
</div>
