Back to index
Summary
Deletes a hook associated with an entity.hookNameStringrequiredName for the hook; must be unique among all hooks. projectNameStringoptionalProjectName of the entity that owns the hook. resourceTemplateNameStringoptionalName of the resource template. |
Usage
Perl
$cmdr->deleteHook( "test-hookName" # hookName # optionals );
ectool
ectool deleteHook \ "test-hookName" `# hookName` \ # optionals