---
title: "Remove business document"
method: POST
path: "/verify/remove_business_document"
tags: ["KYB > Document Management"]
---

# Remove business document

`POST /verify/remove_business_document`

This endpoint allows you to remove a business document.

## Request body

- RemoveBusinessDocumentRequest
  - `business_profile_id` string, required — The unique identifier for the business to which you want to associate the document.
  - `file_uuid` string, required — The name of the document you want to add.

## Response `200`

The business document was successfully added.

## 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)
