v1

latestOpenAPI 3.0.02026-07-2468247202.3 KB
KYC > Document Management

Remove user document

This endpoint allows you to remove a user document.

post/verify/remove_user_document

Request body

user_profile_idstring required

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

file_uuidstring required

The name of the document you want to add.

Example request

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

Response

The user document was successfully removed.