Back to index
Summary
Deletes the specified trigger error detail.triggerErrorDetailIdStringrequiredThe ID of trigger error detail. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteTriggerErrorDetail( triggerErrorDetailId: "test-triggerErrorDetailId" )