DELETE
/
llm-application
/
open
/
document
/
{id}
删除文档
curl --request DELETE \
  --url https://open.bigmodel.cn/api/llm-application/open/document/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": 200,
  "message": "请求成功",
  "timestamp": 1689649504996
}

Authorizations

Authorization
string
header
required

使用以下格式进行身份验证:Bearer <your api key>

Path Parameters

id
string
required

文档ID

Response

200
application/json

请求成功

The response is of type object.