删除用户组,可根据用户组 ID 批量删除用户组。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteUserGroups | 接口名称。当前 API 的名称为 DeleteUserGroups 。 |
Version | String | 是 | 2021-06-01 | 接口版本。当前 API 的版本为 2021-06-01 。 |
UserGroupIds | Array of String | 是 | ["cf3****b-a0e2-11ec-ba2c-d2*****543"] | 用户组 ID 列表。 |
InstanceId | String | 是 | vbh-14****0042-wdk*****z | 云堡垒机 ID。 |
POST https://open.volcengineapi.com/?Action=DeleteUserGroups&Version=2021-06-01 Content-Type: application/json { "UserGroupIds": ["cf3****b-a0e2-11ec-ba2c-d2******543"], "InstanceId": "vbh-21****2257-6vcphcm8" }
无
HTTP/1.1 200 OK Content-Type:application/json { "ResponseMetadata": { "RequestId": "202211302208****", "Action": "DeleteUserGroups", "Version": "2021-06-01", "Service": "vbh", "Region": "cn-beijing" }, "Result": {} }
当前接口暂无独立错误码,若接口调用返回异常,可参考 公共错误码 进行故障排查。