{
"account_id": "string",
"account_type": "string",
"box": "string",
"file_ids": [
"string"
]
}curl --location --request POST '/v7/filetransfer/file/batch_delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "string",
"account_type": "string",
"box": "string",
"file_ids": [
"string"
]
}'{
"code": 0,
"more": {},
"msg": "string"
}