简体中文
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>
OK
此页面对您有帮助吗?