Back to index
Summary
Deletes an actual parameter.projectNameStringrequiredThe name for the project that must be unique among all projects. releaseNameStringoptionalThe name of the release, if the actual parameter is on a release. actualParameterNameStringrequiredThe name of the parameter to create/modify/delete. applicationNameStringoptionalThe name of the application, if the actual parameter is on an application process step. archiveConnectorNameStringoptionalThe name of the archive connector. catalogItemNameStringoptionalThe name of the catalog item. catalogItemRunIdStringoptionalThe ID of the catalog item run, if the actual parameter is on a catalog item run. catalogNameStringoptionalThe name of the catalog. componentNameStringoptionalThe name of the component, if the actual parameter is on a component process step. dashboardNameStringoptionalThe name of the dashboard. flowNameStringoptionalThe name of the flow to which the flow state belongs to. flowStateNameStringoptionalThe name of the flow state, if the formal parameter is on a flow state. pipelineNameStringoptionalThe name of the pipeline. procedureNameStringoptionalThe name of the procedure. processNameStringoptionalThe name of the process, if the actual parameter is on a process step. processStepNameStringoptionalThe name of the process step, if the actual parameter is on a process step. scheduleNameStringoptionalThe name of the schedule. stateDefinitionNameStringoptionalThe name of the state definition. stepNameStringoptionalThe name of the step. tierMapNameStringoptionalThe name of the tier map. transitionDefinitionNameStringoptionalThe name of the state definition. triggerNameStringoptionalThe name of the trigger. widgetNameStringoptionalThe name of the widget. workflowDefinitionNameStringoptionalThe name of the workflow definition. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteActualParameter( projectName: "test-projectName", actualParameterName: "test-actualParameterName" /* optional arguments */ )