注意:该接口需要管理员权限才能调用。
删除指定图片。
DELETE /api/images/{key}
key
string
图片key
空数据,通过状态码区分成功还是失败
{ "code": 0, "data": null }
code
integer
无任何错误时,状态码为 0
data
object
该字段为 null,请通过 code 字段判断操作结果
null