跳转至

删除文件 (未实现)

此接口尚未实现

OpenAPI 摘要

删除文件 (未实现)

项目
方法 DELETE
路径 /v1/files/{file_id}
Operation ID deletefile
标签 未实现(Unimplemented)/文件(Files)

此接口尚未实现

认证

名称 类型 方案 说明
BearerAuth http bearer 使用 Bearer Token 认证。
格式: Authorization: Bearer sk-xxxxxx

参数

名称 位置 必填 类型 说明
file_id path string

调用案例

curl -X DELETE "https://你的newapi服务器地址/v1/files/string" \
  -H "Authorization: Bearer $NEWAPI_API_KEY"

响应

HTTP 501

未实现

application/json
字段 类型 必填 说明
error object
error.message string 错误信息
error.type string 错误类型
error.param string | null 相关参数
error.code string | null 错误代码

OpenAPI 源文件

openapi/generated/ai-model/未实现(Unimplemented)/文件(Files)/delete-v1-files-file-id-deletefile-383826494.json