diff --git a/en/application-dev/reference/apis/js-apis-request.md b/en/application-dev/reference/apis/js-apis-request.md
index f4ced1312d3674cafee551eda53be0b6a5314340..50c50f574bbcad706077725e3b4c6f69f3334b1c 100644
--- a/en/application-dev/reference/apis/js-apis-request.md
+++ b/en/application-dev/reference/apis/js-apis-request.md
@@ -950,7 +950,6 @@ Resumes this download task. This API uses an asynchronous callback to return the
| filePath7+ | string | No | Download path. (The default path is **'internal://cache/'**.
- filePath:'workspace/test.txt': The **workspace** directory is created in the default path to store files.
- filePath:'test.txt': Files are stored in the default path.
- filePath:'workspace/': The **workspace** directory is created in the default path to store files. |
| networkType | number | No | Network type allowed for download. |
| title | string | No | Title of the download session. |
-| background | boolean | No | Allow download background task notifications. |
## DownloadInfo7+