Version: 202607
Delete file
DELETE/openapi/2026-07/file/:file_uri
Delete a file by URI.
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": {}
}