DELETE /allowed_ips — provided for HTTP clients that cannot attach a body to DELETE.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/ipaware/allowed_ips/remove?cidr=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cidr": "198.51.100.0/24",
"ip": "string"
}'{
"status": "added",
"cidr": "string",
"store": "db",
"removed": true
}