---
title: "Unlinks an identity from the current user."
method: DELETE
path: "/user/identities/{identityId}"
tags: ["user"]
---

# Unlinks an identity from the current user.

`DELETE /user/identities/{identityId}`

## Response `200`

User's account data.

- object

## Other responses

- `401` — The user is not authenticated.
- `403` — Forbidden error
- `404` — Not found error
- `422` — Unprocessable entity

## Changes

- **2025-02-07** `4d0f1a6c1ad9` — 1 info
  - endpoint added
- **2023-02-01** `144a34ca6d74` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/supabase/apis/supabase-auth-rest-api/changes/user/identities/:identityId/delete.md)

---

[API](https://skmtc.dev/supabase/apis/supabase-auth-rest-api.md) · [All operations](https://skmtc.dev/supabase/apis/supabase-auth-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supabase/supabase-auth-rest-api/revisions/2e2a74a7459f/schema)
