---
title: "[Beta] Remove network bans."
method: DELETE
path: "/v1/projects/{ref}/network-bans"
tags: ["Projects"]
---

# [Beta] Remove network bans.

`DELETE /v1/projects/{ref}/network-bans`

## Path parameters

- `ref` string, required

## Request body

- RemoveNetworkBanRequest
  - `ipv4_addresses` string[], required — List of IP addresses to unban.
  - `requester_ip` boolean — Include requester's public IP in the list of addresses to unban.
  - `identifier` string

## Response `200`

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded
- `500` — Failed to remove network bans.

---

[API](https://skmtc.net/supabase/apis/management-api.md) · [All operations](https://skmtc.net/supabase/apis/management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supabase/management-api/versions/a7cb39418064/schema)
