deleteComponent

On this page
Back to index

Summary

Deletes a component.
projectName
Stringrequired
The name for the project that must be unique among all projects.
componentName
Stringrequired
The name of the component.
applicationName
Stringoptional
The name of an application to scope this component to.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteComponent( projectName: "test-projectName", componentName: "test-componentName" /* optional arguments */ )