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.
POST /api/v1/data/delete-files
POST /api/v1/data/delete-files Authorization: Bearer <access_token> Content-Type: application/json
{ "message_id": "<int 或 str>", "file_keys": ["uploads/xxx.pdf"] }
message_id
file_keys
{ "code": 0, "msg": "ok", "data": { "deleted_count": 1 } }
此页面对您有帮助吗?