cURL
curl --request DELETE \ --url https://api.brightdata.com/zone/blacklist \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "zone": "<string>", "ip": "<string>" } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Zone name.
Note: can be skipped to affect all your zones
can be in one fo the following formats:
ip="1.2.1.2"
ip="1.2.1.2-1.2.1.10"
ip="10.20.30.40/24"
ip="10.20.30.40/255.255.255.0"
OK
Was this page helpful?