---
title: "Reset document by clientId"
method: PUT
path: "/whitelisting/client/{clientId}"
tags: ["Identity Verification"]
---

# Reset document by clientId

`PUT /whitelisting/client/{clientId}`

Use this endpoint to clear a client’s ID document data from their profile so they can re-start an Identity Verification workflow with the same document, using the `clientId`. <br /><br /><img src="https://files.readme.io/310d4d3-Inline_Caution.svg" align="left" alt="Important" /> **Important:** Before using this endpoint, see the <a href="https://docs.fourthline.com/docs/idv-integration#duplicated-id-document-check">integration guide</a>.

## Path parameters

- `clientId` string, required

## Headers

- `Content-Type` string
- `Authorization` string, required — The `access_token` returned in your most recent [Create access token](https://docs.fourthline.com/reference/create-access-token) response.

## Response `200`

Document reset completed

- object
  - `client` string — Our unique identifier for the client, returned in your first [Create workflow](https://docs.fourthline.com/reference/create-workflow) request for this client. <br /><br />Format: uuid string <br /><br />Example: `790f325a-48c9-4b82-bb53-c0ea128236f0`
  - `status` string — The status of the reset request.
  - `message` string — More information about the reset request.

## Other responses

- `400` — Invalid request parameters

---

[API](https://skmtc.net/fourthline/apis/fourthline-apis.md) · [All operations](https://skmtc.net/fourthline/apis/fourthline-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthline/fourthline-apis/versions/7991ae7c8383/schema)
