---
title: "Remove person from monitoring"
method: POST
path: "/remove-screening-query-from-monitoring"
---

# Remove person from monitoring

`POST /remove-screening-query-from-monitoring`

Removes an individual from ongoing screening monitoring, unsubscribing from further updates or alerts related to that person.

**Parameters:**

-   `companyKey` _(string, required)_ - The company's secret key.
-   `id` _(string, required)_ - The ID of monitoring query.

## Request body

- RemoveScreeningQueryFromMonitoring
  - `companyKey` string
  - `id` string

## Response `200`

Success

- RemoveScreeningQueryFromMonitoringResponse
  - `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)
