cidr may come from the JSON body or the query string. Clients that cannot send a DELETE body can use POST /allowed_ips/remove instead.Authorization: Bearer ********************removed, or not_found if absent).curl --location --request DELETE 'https://awqacore01.crexendocloud.com/ns-api/v2/ipaware/allowed_ips?cidr=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cidr": "198.51.100.0/24",
"ip": "string"
}'{
"status": "removed",
"cidr": "198.51.100.0/24",
"store": "db",
"removed": true
}