Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Foundation Models
    • Overview
    • API authentication
        • Overview
          • Overview
          • Create
          • Get
          • GetUrl
          • Update
          • Delete
          • List
  • Yandex Cloud ML SDK
  • Compatibility with OpenAI
  • Access management
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • DeleteFileRequest
  • DeleteFileResponse
  1. API references
  2. Files API
  3. gRPC
  4. File
  5. Delete

Files API, gRPC: FileService.Delete

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • DeleteFileRequest
  • DeleteFileResponse

Delete a file by its ID.

gRPC requestgRPC request

rpc Delete (DeleteFileRequest) returns (DeleteFileResponse)

DeleteFileRequestDeleteFileRequest

{
  "file_id": "string"
}

Request message for deleting a file by ID.

Field

Description

file_id

string

Required field. ID of the file to delete.

DeleteFileResponseDeleteFileResponse

{}

Response message for the delete operation.

Field

Description

Empty

Was the article helpful?

Previous
Update
Next
List
© 2025 Direct Cursus Technology L.L.C.