Im trying to delete a aws waf IP-SETS IP using CLI cmd.
im using this cmd.
aws waf delete-ip-set --name PROD-IP-SUSPECTS --scope REGIONAL ap-south-1
im getting this error.
usage: aws [options] [ ...] [parameters]
To see help text, you can run:
aws help
aws <command> help
aws <command> <subcommand> help
aws: error: the following arguments are required: --ip-set-id, --change-token
I think
--nameis not in the Synopsis from aws cli docs. You can tryaws waf delete-ip-set --ip-set-id <value> --change-token <value>Follow this docs: https://docs.aws.amazon.com/cli/latest/reference/waf/delete-ip-set.html