Remove VIP employees
Takes mailboxes off the VIP list. Removal is an explicit exclusion, not a delete: it records “never treat this mailbox as a VIP”, which is what keeps Ocean’s automatic detection from adding the employee straight back.
Because of that, removing a mailbox that is not currently a VIP still succeeds and still writes an exclusion. It is not a no-op: an employee who would later be detected automatically — after a promotion, say — stays off the list. Use it deliberately to opt someone out in advance.
affected counts the exclusions written, not the VIPs removed. Removing the same mailbox twice returns affected: 0 the second time, so the call is idempotent. The mailbox is not checked against your directory, so a mistyped address is accepted and silently excluded — send addresses you have verified. Audit-logged.
