Skip to content

delete group

Chris Lowth edited this page Sep 21, 2022 · 9 revisions

delete group, delete groups

Usage:

tbutil [{cred}] delete [static|dynamic] group [-force] [-by-name] {group_id_or_name} ...
tbutil [{cred}] delete my groups [-v]

The singular variant deletes the groups which are specified using their UUIDs or (if the -by-name option is used) by their names.

The optional type may be "dynamic" or "static" to enforce that only groups of that type are deleted. If the UUID or name of a group that is not of the specified type is given, then an error is reported.

If option -force is used, then it is not an error for the identified groups not to exist.

The plural variant deletes all custom groups. Option -v causes the tool to be verbose about the actions it is taking.

See also: "create static group", "export group", "import group", "list groups", "list group members", "list related groups"

Clone this wiki locally