> For the complete documentation index, see [llms.txt](https://devdocs.olisystems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devdocs.olisystems.com/additional-functions/delete-file.md).

# delete file

## delete file

<mark style="color:red;">`DELETE`</mark> `https://api.olisystems.com/channel/file/{dbs_file_id}`

delete a dbs file by its file id

#### Headers

| Name          | Type   | Description            |
| ------------- | ------ | ---------------------- |
| Authorization | string | Bearer {access\_token} |

{% tabs %}
{% tab title="200 " %}

```
{
    "message": "File deleted successfully",
    "status": "SUCCESS"
}
```

{% endtab %}
{% endtabs %}
