cURL
curl --request DELETE \ --url https://api.brightdata.com/zone/vips \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "zone": "<string>", "gips": [ "<string>" ] } '
[ "us_209_wa_seattle_0", "us_7922_ca_fresno_0" ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Zone name
IPs to remove.
OK
[ "us_209_wa_seattle_0", "us_7922_ca_fresno_0"]
此页面对您有帮助吗?