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

# リンク解除

> note

`POST /login/unlink`

note
このエンドポイントは**廃止**されています。この代わりに、[DELETE /api/v2/users/{id}/identities/{provider}/{user_id}](/docs/ja-jp/api/authentication/api/management/v2#!/Users/delete_user_identity_by_user_id)を使用してください。

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

### 詳しく学ぶ

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

## Response

| Status | Description             |
| ------ | ----------------------- |
| 200    | ユーザーアカウントが正常にリンク解除されました |
