Proxy Management
Remove Proxies
Removes one or more proxy servers from the account.
DELETE
/
v1
/
proxies
/
remove
Removes the specified proxy servers from your account.
This action is irreversible. Once removed, you will not be able to recover the proxy servers unless you purchase them again. Use this action with caution.
Authorizations
Authorization
string
headerrequiredThe Authorization
header is used to authenticate with the API using your Master
API key. Value is of the format Bearer YOUR_KEY_HERE
.
Body
application/json
proxies
string[]
requiredList of proxy names to remove
Response
202 - application/json
ok
boolean
Indicates whether the request was successful e.g., true
message
string
Success message
data
object
Was this page helpful?