删除文件
classin_delete_filePermanently deletes a specified file from cloud storage using its file ID. Once deleted, the file cannot be recovered.
Instructions
删除云盘中的文件。删除后不可恢复。
参数:
fileId: 要删除的文件ID
返回:
成功返回操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | 要删除的文件ID | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |