---
title: "Restore a soft-deleted source (restoreSource)"
method: POST
path: "/restoreSource"
---

# Restore a soft-deleted source (restoreSource)

`POST /restoreSource`

Restores a previously soft-deleted source across all identities where it was present. A new entity may be created or existing entities modified depending on the current state of the graph.

## Request body

- ServiceRequestRestoreSource
  - `content` object — RestoreSourceWsRequest payload (structure as per internal implementation).
  - `trackingId` string

## Response `200`

Successful restore source operation.

- ServiceResponseRestoreSource
  - `auditId` string
  - `success` boolean
  - `warnings` string[]
  - `retryableError` boolean
  - `message` string
  - `content` RestoreSourceWsResponse — Service response for restoring a source.
    - `linkIdsModified` string[], required — Entity IDs that were modified.
    - `linkIdCreated` string, required — Entity ID that was created.
  - `errors` string[]
  - `trackingId` string

---

[API](https://skmtc.net/verato/apis/verato-organization-api.md) · [All operations](https://skmtc.net/verato/apis/verato-organization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verato/verato-organization-api/versions/9ebf5a50437d/schema)
