deleteTriggerErrorDetail

On this page
Back to index

Summary

Deletes the specified trigger error detail.
triggerErrorDetailId
Stringrequired
The 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" )