12.4.Remove exceptions

12.4.Remove exceptions

Removes one or more WAF exceptions by their numeric IDs.

wp admintools wafexceptions remove <id>...
id

One or more exception IDs to remove (required). Separate multiple IDs with spaces.

Examples

Remove a single exception:

wp admintools wafexceptions remove 1

Remove multiple exceptions:

wp admintools wafexceptions remove 1 2 3

Sample output

Success: 2 WAF exception(s) removed.