English
cURL
curl --request DELETE \ --url https://api.brightdata.com/zone/vips \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "zone": "<string>", "vips": [ "<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>
OK
The response is of type object[].
object[]
Was this page helpful?