Authorizations
Response
200 - application/json
curl --request DELETE \
--url https://api.brightdata.com/zone/ips \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"zone": "zone1",
"ips": [
"1.2.1.2",
"1.1.2.2"
]
}'{
"ips": [
"ip1",
"ip2"
]
}curl --request DELETE \
--url https://api.brightdata.com/zone/ips \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"zone": "zone1",
"ips": [
"1.2.1.2",
"1.1.2.2"
]
}'{
"ips": [
"ip1",
"ip2"
]
}Was this page helpful?