Genai integration

Delete file (Gemini format)

DELETE/genai/v1beta/files/{file_id}

Deletes a file in Google Gemini API format.

Path Parameters

file_id*string

File ID to delete

Response Body

application/json

application/json

application/json

curl -X DELETE "http://localhost:8080/genai/v1beta/files/string"
{}
{
  "error": {
    "code": 0,
    "message": "string",
    "status": "string",
    "details": [
      {
        "@type": "string",
        "fieldViolations": [
          {
            "description": "string"
          }
        ]
      }
    ]
  }
}
{
  "error": {
    "code": 0,
    "message": "string",
    "status": "string",
    "details": [
      {
        "@type": "string",
        "fieldViolations": [
          {
            "description": "string"
          }
        ]
      }
    ]
  }
}