---
title: "Remove Related Person V2"
method: POST
path: "/verify/delete_related_person_v2"
tags: ["KYB > Related Entities V2 (Recommended)"]
---

# Remove Related Person V2

`POST /verify/delete_related_person_v2`

Remove a related person from a business profile. This will delete the entire (related person) user profile and its association.

## Request body

- RemoveRelatedPersonV2RequestSchema
  - `business_profile_id` string, required — The business profile ID
  - `person_reference_id` string, required — The person reference ID to remove

## Response `200`

Successful operation

- object
  - `business_profile_id` string
  - `person_reference_id` string

## Other responses

- `400` — Bad Request

---

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