---
title: "Remove Blocked Referer"
method: POST
path: "/videolibrary/{id}/removeBlockedReferrer"
tags: ["Stream Video Library"]
---

# Remove Blocked Referer

`POST /videolibrary/{id}/removeBlockedReferrer`

## Path parameters

- `id` integer, required

## Request body

- RemoveBlockedReferrerRequestModel
  - `Hostname` string, required — The hostname that will be removed as a blocked referer

## Response `200`

The blocked referer was successfully removed

## Other responses

- `400` — Failed to remove blocked referer
- `401` — The request authorization failed
- `404` — The Video Library 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/revisions/9e622620664b/schema)
