> For the complete documentation index, see [llms.txt](https://doc.cess.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.cess.network/products/deoss/api_description/delete_file.md).

# Delete File

This interface is used to delete a file.

**HTTP Interface:**

DELETE   /file/

**Request Header:**

*Identity signature required: yes*

**Request example:**

```shell
curl -X DELETE URL/file/<fid> -H "Account: cX..." -H "Message: ..." -H "Signature: 0x..."
```
