---
title: "Remove record from the blacklist"
method: POST
path: "/remove-blacklist-record"
---

# Remove record from the blacklist

`POST /remove-blacklist-record`

Removes previously added record from the blacklist.

**Parameters:**

-   `companyKey` _(string, required)_ - The company's secret key.
-   `id` (string, required) - Blacklist record ID.

## Request body

- RemoveBlacklistRecord
  - `companyKey` string
  - `id` string

## Response `200`

Success

- RemoveBlacklistRecordResponse
  - `result` boolean

---

[API](https://skmtc.net/identomat/apis/generated-api.md) · [All operations](https://skmtc.net/identomat/apis/generated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/identomat/generated-api/revisions/cda4b2b11372/schema)
