v1

latestOpenAPI 3.0.02026-07-2468247202.3 KB
KYB > Document Management

Remove business document

This endpoint allows you to remove a business document.

post/verify/remove_business_document

Request body

business_profile_idstring required

The unique identifier for the business to which you want to associate the document.

file_uuidstring required

The name of the document you want to add.

Example request

{
  "business_profile_id": "b7daff11-9d1c-4916-bf5a-96e3041a9625",
  "file_uuid": "1234-3453-2343-45543"
}

Response

The business document was successfully added.