---
title: "Unlink two identities (unlinkIdentities)"
method: POST
path: "/unlinkIdentities"
---

# Unlink two identities (unlinkIdentities)

`POST /unlinkIdentities`

Unlinks two previously linked identities, splitting them into separate
entities and returning their linkIds and associated source information.

## Request body

- ServiceRequestUnlinkIdentities — Standard wrapper for all service requests.
  - `trackingId` string — Optional client-defined correlation ID.
  - `content` UnlinkIdentitiesWsRequest — Unlink data from one identity to create another.
    - `unlinkFromSource` Source, required — Tracks an identity back to its source system.
      - `date` string, date
      - `name` string — Unique source system name across Verato.
      - `id` string — Native ID of the identity within the source.
    - `source` Source, required — Tracks an identity back to its source system.
      - `date` string, date
      - `name` string — Unique source system name across Verato.
      - `id` string — Native ID of the identity within the source.

## Response `200`

Unlink identities response

- ServiceResponseUnlinkIdentities — Standard wrapper for all service responses.
  - `auditId` string — Unique audit identifier for correlating requests and responses.
  - `success` boolean — Indicates whether the business operation succeeded.
  - `warnings` string[] — Non-fatal warnings generated by the operation.
  - `retryableError` boolean — Indicates whether an error is transient and the request may be retried.
  - `message` string — Human-readable status message.
  - `errors` string[] — Error messages if success is false.
  - `trackingId` string — Echo of the request trackingId, if provided.
  - `content` UnlinkIdentitiesWsResponse — Unlink identities response content.
    - `unlinkedId` string, required
    - `unlinkedSource` Source, required — Tracks an identity back to its source system.
      - `date` string, date
      - `name` string — Unique source system name across Verato.
      - `id` string — Native ID of the identity within the source.
    - `unlinkedFromId` string, required
    - `unlinkedFromSource` Source, required — Tracks an identity back to its source system.
      - `date` string, date
      - `name` string — Unique source system name across Verato.
      - `id` string — Native ID of the identity within the source.

---

[API](https://skmtc.dev/verato/apis/verato-provider-api.md) · [All operations](https://skmtc.dev/verato/apis/verato-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verato/verato-provider-api/revisions/adc923264a6f/schema)
