{
"userIds": [
"085d78b2-2dba-4727-95a7-76dcea882d97"
],
"departmentIds": [],
"departmentTreeIds": [],
"jobIds": [],
"orgRoleIds": []
}curl --location --request DELETE 'https://api.mingdao.com/v3/app/roles//members' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
"085d78b2-2dba-4727-95a7-76dcea882d97"
],
"departmentIds": [],
"departmentTreeIds": [],
"jobIds": [],
"orgRoleIds": []
}'{
"success": true,
"error_code": 1
}