Error
A valid request URL is required to generate request examples{}{
"error": {
"code": 123,
"message": "<string>",
"status": "<string>",
"details": [
{
"@type": "<string>",
"fieldViolations": [
{
"description": "<string>"
}
]
}
]
}
}GenAI Integration
Delete cached content (Gemini format)
DELETE
/
genai
/
v1beta
/
cachedContents
/
{cached_id}
Error
A valid request URL is required to generate request examples{}{
"error": {
"code": 123,
"message": "<string>",
"status": "<string>",
"details": [
{
"@type": "<string>",
"fieldViolations": [
{
"description": "<string>"
}
]
}
]
}
}Authorizations
BearerAuthBasicAuthVirtualKeyAuthApiKeyAuth
Bearer token authentication. Use your provider API key or Bifrost authentication token.
Virtual keys (prefixed with sk-bf-) can also be passed here.
Headers
Path Parameters
Response
Deletion accepted. Returns an empty JSON object ({}), mirroring Gemini's native delete response.
The response is of type object.
Was this page helpful?
⌘I

