Back to index
Summary
Deletes a project, including all procedures, procedure steps, and jobs within that project.projectNameStringrequiredThe name for the project that must be unique among all projects. 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.deleteProject( projectName: "test-projectName" /* optional arguments */ )