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
You can follow below commands to use it in your case
In the docs, they mention this