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

# Remove Related Company V2

`POST /verify/delete_related_company_v2`

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

## Request body

- RemoveRelatedCompanyV2RequestSchema
  - `business_profile_id` string, required — The business profile ID
  - `company_reference_id` string, required — The company reference ID to remove

## Response `200`

Successful operation

- object
  - `business_profile_id` string
  - `company_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)
