Remove an article ID from every key's list in a lookup map. Cleans up empty arrays left behind. Skips dangerous keys (__proto__, constructor, prototype) to prevent prototype pollution.
__proto__
constructor
prototype
Lookup map (actor/domain/procedure → article IDs)
Keys to remove the article ID from
Article ID to remove
Remove an article ID from every key's list in a lookup map. Cleans up empty arrays left behind. Skips dangerous keys (
__proto__,constructor,prototype) to prevent prototype pollution.