{
"items": [
{
"id": 0,
"subject": {
"subject_attr": {
"member_tag": "string"
},
"subject_id": "string",
"subject_type": "company"
}
}
],
"overwrite": true
}curl --location --request POST '/v7/drives//files//permissions/batch_delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"id": 0,
"subject": {
"subject_attr": {
"member_tag": "string"
},
"subject_id": "string",
"subject_type": "company"
}
}
],
"overwrite": true
}'{
"code": 0,
"more": {},
"msg": "string"
}