---
title: "Delete cached content (Gemini format)"
method: DELETE
path: "/genai/v1beta/cachedContents/{cached_id}"
tags: ["GenAI Integration"]
---

# Delete cached content (Gemini format)

`DELETE /genai/v1beta/cachedContents/{cached_id}`

## Path parameters

- `cached_id` string, required

## Headers

- `x-model-provider` string

## Response `200`

Deletion accepted. Returns an empty JSON object (`{}`), mirroring Gemini's native delete response.

- object

## Other responses

- `404` — Cached content not found

---

[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/versions/f8cab88f64ea/schema)
