---
title: "Flush a cache region"
method: DELETE
path: "/api/v1/caches/region/{regionName}"
tags: ["Cache Management"]
---

# Flush a cache region

`DELETE /api/v1/caches/region/{regionName}`

Flushes a specific cache region across all providers, resets permission references, and conditionally reloads PushPublishing filters. Pass 'all' to flush all caches.

## Path parameters

- `regionName` string, required

## Response `200`

Cache region flushed successfully

- ResponseEntityStringView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` string
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `400` — Bad request - unknown cache region name
- `401` — Unauthorized - authentication required
- `403` — Forbidden - requires maintenance portlet access

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
