deleteFile
POST
/v2/openapi/gallery/delete/fileRequest
Body Params application/json
fileIds
string | null
required
fileIds split by , max length 100
Example
{
"fileIds": "string"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer | null
optional
data
boolean | null
optional
msg
string | null
optional
Example
{
"code": 0,
"data": false,
"msg": ""
}
Last modified: 2 个月前