curl -X DELETE "https://api.brightdata.com/zone/vips" \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer API_TOKEN" \
    -d '{"zone":"ZONE","vips":["vip1","vip2"]}'
[
    "us_209_wa_seattle_0",
    "us_7922_ca_fresno_0"
]

API Endpoint: DELETE /api/zone/vips

zone
string
required

Zone name

vips
array

IPs to refresh

If refresh is needed for all allocated IPs, then vips parameter should be omitted