2.2.Remove history entries

2.2.Remove history entries

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.

Examples

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

Sample output

Success: 3 history entry/entries removed.