Please update to the latest patch version to use it.
Basics
POST /api/v2/proxy-list/delete
Description: Delete the specified proxies in the Proxy List. Up to 100 proxies can be deleted at one time. Unexpired proxies of IPFoxy cannot be deleted.
Note: If the deleted proxies were configured in the profies, after delection, the proxy setting will become "Non proxy" in these profiles. Please pay attention to this modification.
Request Parameters
Optional Body parameters can be omitted, and the parameter format is JSON.
Name | Type | Necessary | Default | Example | Description |
Proxy_id | list | Yes | - | ["1", "2" ,"3"] | The proxy ID of the proxies that need to be deleted. The maximum is 100. |
Return Data
// Operation successed
{
"code":0,
"data":{},
"msg":"success"
}
// Operation failed
{
"code":-1,
"data":{},
"msg":"failed"
}