Version: 202506
Delete file
DELETE/openapi/2025-06/file/:file_uri
The Delete File API allows developers to remove a specific file from the server. This endpoint requires the unique identifier of the file to be deleted.
Request
Path Parameters
file_uri stringrequired
The unique identifier of the file to be deleted
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
{
"code": "string",
"message": "string",
"data": {}
}