{
"token": "string"
}curl --location --request POST '/public-api/user-group//delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string"
}'{
"result": "ok",
"response": [
{
"ugId": "o0628f3b03d9440738b98a27",
"name": "所有人",
"parentId": "",
"isExternal": false,
"externalGroupId": null,
"isEveryone": true,
"children": []
},
{
"ugId": "xecaabf5c2bb344aabd3c0fc",
"name": "追加用户组1",
"parentId": "",
"isExternal": false,
"externalGroupId": null,
"children": []
}
]
}