Removes all history entries for one or more IP addresses. A single IP address may have multiple history entries; all of them will be removed.
wp admintools autobanhistory remove <ip>...
<ip>...One or more IP addresses whose history entries should be removed.
Remove all history entries for a single IP:
wp admintools autobanhistory remove 127.0.0.1
Remove history entries for multiple IPs at once:
wp admintools autobanhistory remove 192.168.1.100 10.0.0.1
Success: 3 history entry/entries removed.