Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Body Params application/json
{
"uris": [
"cloudreve://my/newfile.docx",
"cloudreve://my/%E6%96%B0%E6%96%87%E4%BB%B6.txt",
"cloudreve://my/%E7%BF%BB%E8%AF%91%E4%BD%9C%E4%B8%9A1.docx"
],
"unlink": false,
"skip_soft_delete": true
}
Request Code Samples
curl --location --request DELETE '/file' \
--header 'Content-Type: application/json' \
--data-raw '{
"uris": [
"cloudreve://my/newfile.docx",
"cloudreve://my/%E6%96%B0%E6%96%87%E4%BB%B6.txt",
"cloudreve://my/%E7%BF%BB%E8%AF%91%E4%BD%9C%E4%B8%9A1.docx"
],
"unlink": false,
"skip_soft_delete": true
}'
Responses
application/json Modified at 2025-08-12 07:13:02