Removes up to 10 IP addresses per request.

Example Request:

curl -X DELETE "https://app-api.geonode.com/api/configuration/active/whitelisted-ips" \
--user "username:password" \
-H "Content-Type: application/json" \
-d '{"ips": [{"ip": "161.142.148.148"}, {"ip": "161.142.148.141"}]}'
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!