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

# リンク解除

> ユーザーアカウントのリンク解除に使用する非推奨のエンドポイントです。代わりに Management API を使用してください。

<div id="endpoint">
  ## エンドポイント
</div>

`POST /login/unlink`

<Note>
  このエンドポイントは**非推奨**です。代わりに [DELETE /api/v2/users/{id}/identities/{provider}/{user_id}](/ja/api/management/v2/users/delete-user-identity-by-user-id) を使用してください。
</Note>

ログイン中のユーザーの `access_token` と `user_id` を指定すると、このエンドポイントはユーザーのアカウントとIDプロバイダーのリンク解除をします。

<div id="learn-more">
  ### 詳細
</div>

* [ユーザーアカウントのリンク解除](https://auth0.com/docs/manage-users/user-accounts/user-account-linking/unlink-user-accounts)

<div id="response-messages">
  ## レスポンスメッセージ
</div>

| ステータス | 説明                 |
| ----- | ------------------ |
| 200   | ユーザーアカウントのリンク解除に成功 |
