deleteGroup

On this page
Back to index

Summary

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

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteGroup( groupName: "test-groupName" )