Delete IP list

DELETE https://geonix.com/personal/api/v1/{apiKey}/resident/list/rename

This endpoint allows you to delete an existing IP list from your residential proxy package. Removing an IP list helps in managing and organizing your proxy resources efficiently by eliminating lists that are no longer needed or relevant to your current proxy configurations.

Headers

Name
Value

Accept

application/json

Content-Type

application/json

Path parameters

Name
Type
Description

apiKey*

string

API key to authorize requests

Query parameters

Name
Type
Description

id*

integer

The unique identifier of the IP list you wish to delete.

Request examples

curl -X DELETE "https://geonix.com/personal/api/v1/YOUR_API_KEY/resident/list/delete?id=12345" \
     -H "Accept: application/json"

Response examples

{
  "status": "success",
  "data": "delete",
  "errors": []
}

Last updated