Removes one or more entries from the Administrator Exclusive Allow List by their numeric ID.
wp admintools ipallow remove <id>...
<id>...One or more entry IDs to remove.
Remove a single entry:
wp admintools ipallow remove 1
Remove multiple entries:
wp admintools ipallow remove 1 2 3
Success: 1 Allow List entry/entries removed.