Back to index
Summary
Deletes a release.projectNameStringrequiredThe name for the project that must be unique among all projects. releaseNameStringrequiredThe name of the release. foregroundBooleanoptionalTrue to delete the object in the foreground. The default is to delete the object in the background. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteRelease( projectName: "test-projectName", releaseName: "test-releaseName" /* optional arguments */ )