import Openregister from 'openregister';const client = new Openregister({ apiKey: process.env['OPENREGISTER_API_KEY'], // This is the default and can be omitted});await client.monitor.delete('entity_id');
import Openregister from 'openregister';const client = new Openregister({ apiKey: process.env['OPENREGISTER_API_KEY'], // This is the default and can be omitted});await client.monitor.delete('entity_id');
Pass the same entity_id that was used when creating the monitor — the company register ID (e.g. DE-HRB-F1103-267645) or the person UUID. Deletion is immediate and permanent. To resume monitoring the same entity you must create a new monitor.
Deletion cannot be undone. All preferences configured on the monitor are removed and no further notifications will be delivered for that entity.
Offboarding a client or counterparty — When a business relationship ends, delete the corresponding monitor to stop receiving notifications for that entity and avoid unnecessary noise.Pruning stale monitors — Periodically review your monitor list and remove entities that are no longer relevant to your business to keep your subscription list clean.