---
title: "Remove Blocked IP"
method: POST
path: "/pullzone/{id}/removeBlockedIp"
tags: ["Pull Zone"]
---

# Remove Blocked IP

`POST /pullzone/{id}/removeBlockedIp`

## Path parameters

- `id` integer, required

## Request body

- RemoveBlockedIpRequestModel
  - `BlockedIp` string, required — The IP that will be removed fromt he block list

## Response `204`

The blocked IP was successfuly removed

## Other responses

- `400` — Failed to remove blocked IP
- `401` — The request authorization failed
- `404` — The Pull Zone with the requested ID was not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
