---
title: "Remove Zone Password"
method: POST
path: "/zone/remove_password"
---

# Remove Zone Password

`POST /zone/remove_password`

Remove one or more passwords from a zone. At least one password must remain on the zone — this request will fail if it would leave the zone with no passwords.

## Request body

- object
  - `zone` string, required — The name of the zone to remove the password from.
  - `password` string[], required — The password(s) to remove. Pass a single string or an array of strings to remove multiple passwords.

## Response `200`

OK

## Other responses

- `400` — Invalid request. This may occur if the removal would leave the zone with no passwords.
- `401` — Unauthorized. Invalid or missing API key.

---

[API](https://skmtc.net/brightdata/apis/bright-data-api.md) · [All operations](https://skmtc.net/brightdata/apis/bright-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightdata/bright-data-api/versions/7413c80b3b56/schema)
