deleteHook

On this page
Back to index

Summary

Deletes a hook associated with an entity.
projectName
Stringoptional
ProjectName of the entity that owns the hook.
resourceTemplateName
Stringoptional
Name of the resource template.
hookName
Stringrequired
Name for the hook; must be unique among all hooks.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteHook( hookName: "test-hookName" /* optional arguments */ )