Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.shuyou.ai/v1/files/{file_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "file", "deleted": true }
根据 file ID 删除已上传文件。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
File ID returned from upload
File deleted
"file"
true