# Delete file

When you want to delete a file or a folder in your computer, you can use this node. The files or folders will be completely deleted from your computer.

Khi bạn muốn xóa 1 file hoặc một thư mục nào đó trong máy tính của bạn, bạn có thể sử dụng node này. Các file hoặc folder sẽ bị xóa hẳn khỏi máy tính của bạn.

<figure><img src="/files/fKo4kpEGGTgCYKk9kKYC" alt=""><figcaption></figcaption></figure>

* Local file: Enter the path to the file you want to delete or select a variable containing a valid path.&#x20;

* Local folder: Enter the path of the folder you want to delete or select a variable containing a valid path.

* Local file: Nhập path tới file mà bạn muốn xóa hoặc chọn biến chứa path hợp lệ.

* Local folder: Nhập path của folder muốn xóa hoặc chọn biến chứa path hợp lệ.

For example, if you want to delete the test folder, enter the following. After you run, the test folder will be deleted from your computer:

Ví dụ bạn muốn xóa folder test thì bạn nhập như sau, sau khi bạn chạy thì folder test sẽ bị xóa khỏi máy của bạn:

<figure><img src="/files/VRIXV8rBsALNijP09q1w" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hidemium.io/automation-user-manual/data/delete-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
