---
title: "Evict cached origin requests for a given site in V4"
method: POST
path: "/v4/cache-management/evict-origin/{site}"
tags: ["Cache Management"]
---

# Evict cached origin requests for a given site in V4

`POST /v4/cache-management/evict-origin/{site}`

Evicts all of the origin cache matching the path pattern provided in the request body for a given site, evicts all paths if .* is provided as path pattern.

## Path parameters

- `site` string, required

## Request body

- object

## Response `200`

OK. The specified origin cache has successfully been evicted.

## Other responses

- `400` — Bad Request. Path to delete must be a valid regex
- `403` — Forbidden. Not permitted for V3 tenant.

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
