{
"delete_type": "first",
"file_ids": [
"string"
]
}curl --location --request POST '/v7/deleted_files/batch_delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"delete_type": "first",
"file_ids": [
"string"
]
}'{
"data": {
"task_id": "string"
},
"code": 0,
"more": {},
"msg": "string"
}