Removing a Whitelisted IP
DELETE https://api.oxylabs.io/v1/whitelisted_ips/{id}
Parameter
Description
id
The id
of the IP address you want to delete (you can get it from GET whitelisted IPs endpoint)
Response
Description
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
Last updated