Delete whitelist IP
Last updated
Interface Description: Remove whitelisted IPs from Thordata residential proxies, unlimited proxies, and mobile proxies through the interface
Interface URL: https://openapi.thordata.com/api/whitelisted-ips/delete-ip
Request Method: POST
Headers:
Body:
proxy_type
number
Yes
Select the proxy type: 1 is Residential Proxies, 2 is Unlimited Proxy servers,9 is Mobile Proxies (default is 1)
ip
string
Yes
IP information that needs to be deleted
{
"code": 200,
"data": {},
"msg": "ok"
}If the returned code value is not 200, please check the error code description list and modify it.
code
number
No
-
data
object
No
-
msg
string
No
-
Last updated