file_ids 列表。app-key: ********************{
"file_ids": [
"string"
]
}curl --location 'https://api.jieshuo.cn/v1/files/batch-delete' \
--header 'x-code;' \
--header 'app-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"file_ids": [
"string"
]
}'{
"code": 10000,
"message": "Success",
"data": {
"deleted_count": 0,
"failed_count": 0,
"failed_ids": [
"string"
],
"failed_details": [
{
"file_id": "string",
"reason": "string"
}
]
}
}