---
title: "Clear cache entry by cache ID"
method: DELETE
path: "/api/cache/clear/{cacheId}"
tags: ["Cache"]
---

# Clear cache entry by cache ID

`DELETE /api/cache/clear/{cacheId}`

Deletes a single cache entry by its storage ID. Read the cache ID from
`extra_fields.cache_debug.cache_id` on a prior response — it is populated
on both cache hits and cache misses.

## Path parameters

- `cacheId` string, required

## Response `200`

Cache cleared successfully

- ClearCacheResponse — Clear cache response
  - `message` string

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/revisions/f8cab88f64ea/schema)
