Remove applicant from beneficiary list

Removes the applicant from the control and ownership structure of the company.

Overview

Use this method to exclude an applicant from the control and ownership structure of the 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 applicant was removed 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
Authorization
Header
Click Try It! to start a request and see the response here!