Removing a Whitelisted IP

DELETE https://api.oxylabs.io/v1/whitelisted_ips/{id}

ParameterDescription

id

The id of the IP address you want to delete (you can get it from GET whitelisted IPs endpoint)

ResponseDescription

204

Success. The IP address has been removed from the list. Response body is empty.

403

Error. Request contains an invalid id. Response body contains the error message "Access Denied".

Code examples

curl -X DELETE -u username:password "https://api.oxylabs.io/v1/whitelisted_ips/{id}"

Last updated