latestOpenAPI 3.0.32026-08-12367267.0 KB
cda4b2b11372
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
Example request
{
"companyKey": "your-company-secret-key",
"id": "64ad3b14090678e34512eab8"
}Response
Success
Example response
{
"result": true
}