Remove person 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.
post/remove-screening-query-from-monitoring

Request body

companyKeystring
idstring

Example request

{
  "companyKey": "your-company-secret-key",
  "id": "64ad3b14090678e34512eab8"
}

Response

Success

resultboolean

Example response

{
  "result": true
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.