cURL
curl --request DELETE \ --url https://open.bigmodel.cn/api/llm-application/open/document/{id} \ --header 'Authorization: Bearer <token>'
{ "code": 200, "message": "请求成功", "timestamp": 1689649504996 }
根据id删除文档。
使用以下格式进行身份验证:Bearer <your api key>
文档ID
请求成功
The response is of type object.
object
Was this page helpful?