deleteGroup

Back to index

Summary

Deletes a local group.
groupName
Stringrequired
Name of the group; must be unique among local groups.

Usage

Perl

$cmdr->deleteGroup( "test-groupName" # groupName );

ectool

ectool deleteGroup \ "test-groupName" `# groupName`

Examples

Perl

$cmdr->deleteGroup("Build Users");

ectool

ectool deleteGroup "Build Users"