Deleting a Group

Privileged users can delete a group from the GUI or by using the CLI.

GUI

Procedure

  1. Select Governance > Users & Groups and click the Groups tab.
  2. Select a group or a subgroup.
  3. Click Delete.
    The selected group is deleted.

CLI

Procedure

  1. In the data file specify a Group definition in full format.
    Group xsi:type="amxdata_base:Group_base"
     name="acme">
     <Group xsi:type="amxdata:Group"
     name="sales">
     </Group>
  2. In the build file set the action attribute of the AMXAdminTask element to delete and the objectSelector attribute to Group.
    <AMXAdminTask
    action="delete"
    objectSelector="Group/Group"/>
  3. Invoke the command-line interface on the build file.