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