{
"spaceid": "SPACEID",
"auth_info": [{
"type": 1,
"userid": "USERID1"
}, {
"type": 2,
"departmentid": "DEPARTMENTID1"
}]
}curl --location -g --request POST '/cgi-bin/wedrive/space_acl_del?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"spaceid": "SPACEID",
"auth_info": [{
"type": 1,
"userid": "USERID1"
}, {
"type": 2,
"departmentid": "DEPARTMENTID1"
}]
}'{
"errcode": 0,
"errmsg": "ok"
}