Remove entry from daily monitoring
remove_from_monitoringRemove a name or reference from the daily sanctions or PEP monitoring list to stop future re-screening. Specify the list, identifier type, and value; returns whether removal succeeded.
Instructions
Removes an entry from easycompliance's DAILY monitoring list, identified either by its name (by="name") or by its reference (by="ref"). The name is then no longer re-screened daily. Returns removed=true if an entry was found and removed, removed=false if no matching entry existed. NOTE: exactly ONE matching entry is removed per call – if several monitoring entries share the same name (created via duplicate_by="ref"), a repeated call removes another one of them, so do not retry after removed=true and prefer by="ref" with unique references to address a specific entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Whether "value" identifies the monitoring entry by its name or by its reference | |
| list | Yes | Which easycompliance list to use: "sanctions" (EU/US/HADDEX sanctions lists) or "pep" (politically exposed persons) | |
| value | Yes | The name or reference of the entry to remove (must not be empty) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| removed | Yes | true if an entry was removed, false if no matching entry existed |