cURL
curl --request DELETE \ --url https://api.brightdata.com/zone \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "zone": "<string>" } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
can be skipped to affect all your zones
OK
Was this page helpful?