Unlink beneficiary from company (KYB 1.0)

Overview

Use this method to unlink a beneficiary applicant from the control and ownership structure of a company.

Request example

curl -X DELETE \
  'https://api.sumsub.com/resources/applicants/5e9412223cc1813b4db0b0e3/info/companyInfo/beneficiaries/5f6490a55584b510013e87df'

Response explained

If the request is successfully sent and processed, you will get the following response indicating the beneficiary has been unlinked from the control and ownership structure of the company:

{
  "ok": 1
}

If the request fails, you will receive an HTTP response containing an error code along with a message explaining the error. For example:

{
  "description": "Invalid id '000'",
  "code": 400,
  "correlationId": "e3a220e18a2ee8ab5d0b4fb86cf8a7d5"
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!