deleteCatalogItemRun

On this page
Back to index

Summary

Deletes a catalog item run.
catalogItemRunId
Stringoptional
The ID of the catalog item run.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteCatalogItemRun( /* optional arguments */ )