---
title: "Remove user document"
method: POST
path: "/verify/remove_user_document"
tags: ["KYC > Document Management"]
---

# Remove user document

`POST /verify/remove_user_document`

This endpoint allows you to remove a user document.

## Request body

- RemoveUserDocumentRequest
  - `user_profile_id` string, required — The unique identifier for the user to which you want to associate the document.
  - `file_uuid` string, required — The name of the document you want to add.

## Response `200`

The user document was successfully removed.

## Other responses

- `400` — Bad Request. Please check your parameters and try again.

---

[API](https://skmtc.net/aiprise/apis/aiprise-apis.md) · [All operations](https://skmtc.net/aiprise/apis/aiprise-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiprise/aiprise-apis/revisions/f1e9dc8f2dd5/schema)
