Deleting a user group

Virtual Storage Platform One SDS Block and SDS Cloud Virtual Private Storage Administration

Version
1.19.x
Audience
anonymous
Part Number
MK-24VSP1SDS028-03
ft:lastEdition
2026-04-20

You can delete a user group which includes no user.

However, a built-in user group cannot be deleted.

  • Required role: VpsSecurity

  1. Verify the user group ID of the user group to be deleted.

    REST API: GET /v1/objects/user-groups

    CLI: user_group_list

  2. Obtain detailed information about the user group.

    Run either of the following commands with the ID of the user group specified.

    REST API: GET /v1/objects/user-groups/<userGroupId>

    CLI: user_group_show

    Execute the following steps after verifying that there is no user in the group.

  3. Delete the user group.

    Run either of the following commands with the ID of the user group specified.

    REST API: DELETE /v1/objects/user-groups/<userGroupId>

    CLI: user_group_delete

  4. Obtain a list of user groups and verify that the intended user group is deleted.

    REST API: GET /v1/objects/user-groups

    CLI: user_group_list