Back to index
Summary
Deletes a report object association.reportObjectTypeNameStringrequiredReport object type for which this association is defined. The association is owned by the specified report object type. associatedTypeStringrequiredThe name of the associated type. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteReportObjectAssociation( reportObjectTypeName: "test-reportObjectTypeName", associatedType: "test-associatedType" )