deletePlugin

On this page
Back to index

Summary

Deletes an existing plugin object without deleting the associated project or files.
pluginName
Stringrequired
The name of the plugin.

Usage

Perl

$cmdr->deletePlugin( "test-pluginName" # pluginName );

ectool

ectool deletePlugin \ "test-pluginName" `# pluginName`