Removes one or more WAF exceptions by their numeric IDs.
wp admintools wafexceptions remove <id>...
idOne or more exception IDs to remove (required). Separate multiple IDs with spaces.
Remove a single exception:
wp admintools wafexceptions remove 1
Remove multiple exceptions:
wp admintools wafexceptions remove 1 2 3
Success: 2 WAF exception(s) removed.