Deleting a Group
Privileged users can delete a group from the GUI or by using the
CLI.
GUI
Procedure
-
Select
and click the
Groups tab.
-
Select a group or a subgroup.
-
Click
Delete.
The selected group is deleted.
CLI
Procedure
-
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>
-
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"/>
-
Invoke the command-line interface
on the build file.
Copyright © Cloud Software Group, Inc. All rights reserved.