MadelineProtoDocs/docs/TD_docs/methods/deleteFile.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

24 lines
532 B
Markdown

---
title: deleteFile
description: Deletes a file from TDLib file cache
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: deleteFile
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes a file from TDLib file cache
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|file\_id|[int](../types/int.md) | Yes|Identifier of the file to delete|
### Return type: [Ok](../types/Ok.md)