---
title: "DELETE /wip"
method: DELETE
path: "/wip"
tags: ["Manager"]
---

# DELETE /wip

`DELETE /wip`

An alternative to removing IP from whitelist in the UI. This call needs to be authenticated by token and does not need to be sent from whitelisted IP

## Headers

- `Authorization` string

## Request body

- object
  - `ip` string, required — IP to remove

## Response `200`

Successful response

## Other responses

- `400` — Bad request. No IP was passed
- `403` — Forbidden. No authentication provided
- `404` — Not Found. IP is not whitelisted
- `422` — Unprocessable entity. Invalid IP was passed

## Changes

- **2023-05-30** `a7875bfa8c0b` — 1 info
  - endpoint added
- **2023-04-20** `8a0aadf0c2c7` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/brightdata/apis/proxy-manager/changes/wip/delete.md)

---

[API](https://skmtc.dev/brightdata/apis/proxy-manager.md) · [All operations](https://skmtc.dev/brightdata/apis/proxy-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brightdata/proxy-manager/revisions/2c998ac0e9df/schema)
