> ## 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}](/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   | ユーザーアカウントのリンク解除が正常にされました |
