跳转到主要内容
File

删除 File

硬删除文件

DELETE
/api/v1/agentstudio/files/{file_id}
cURL
curl --request DELETE \
  --url 'https://dashscope.aliyuncs.com/api/v1/agentstudio/files/{file_id}' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "request_id": "xxx"
}

鉴权

string
header
必填

DashScope API Key

路径参数

string
必填

文件 ID

响应

200-application/json
string

本次请求的唯一标识