Authorizations
Body
application/json
Response
200
curl --request DELETE \
--url https://api.brightdata.com/zone \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"zone": "<string>"
}'curl --request DELETE \
--url https://api.brightdata.com/zone \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"zone": "<string>"
}'Was this page helpful?