cURL
curl --request DELETE \ --url https://open.bigmodel.cn/api/paas/v4/files/{file_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "file", "deleted": true }
永久删除指定文件及其所有关联数据。
使用以下格式进行身份验证:Bearer <your api key>
文件唯一标识符
业务处理成功
The response is of type object.
object
Was this page helpful?