组织管理
删除组织
删除指定的组织节点,支持批量删除(ID 以英文逗号分隔)。删除父节点不会级联删除子节点。
Authorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
orgIds*组织 Id
要删除的组织节点 ID,多个以英文逗号分隔
Response Body
application/json
curl -X POST "https://camp.app.hzgcloud.cn/rbac/ServerCommand/DeleteOrgs" \ -H "Content-Type: application/json" \ -d '{ "orgIds": "26" }'{
"ErrCode": 0,
"Message": "删除成功"
}