{
"id": 1808701916116267008,
"storageId": 2,
"storage": "10",
"originalName": "ganh.png",
"freshName": "测试.png",
"path": "H:/test/file/tan/test/测试.png",
"url": "http://127.0.0.1:8080//images/tan/test/测试.png",
"urlSuffix": "/images/tan/test/测试.png",
"bucket": "tan",
"type": "image/png",
"size": "215572",
"sizeUnit": "210.51KB"
}
curl --location --request DELETE '/files/remove' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1808701916116267008,
"storageId": 2,
"storage": "10",
"originalName": "ganh.png",
"freshName": "测试.png",
"path": "H:/test/file/tan/test/测试.png",
"url": "http://127.0.0.1:8080//images/tan/test/测试.png",
"urlSuffix": "/images/tan/test/测试.png",
"bucket": "tan",
"type": "image/png",
"size": "215572",
"sizeUnit": "210.51KB"
}'
{
"code": 0,
"message": "string",
"ts": 0,
"traceId": "string",
"data": "string",
"success": true
}