Back to index
Summary
Deletes a release.projectNameStringrequiredThe name for the project that must be unique among all projects. releaseNameStringrequiredThe name of the release. foregroundBooleanoptionalTrue to delete the object in the foreground. The default is to delete the object in the background. |
Usage
Perl
$cmdr->deleteRelease( "test-projectName", # projectName "test-releaseName" # releaseName # optionals );
ectool
ectool deleteRelease \ "test-projectName" `# projectName` \ "test-releaseName" `# releaseName` \ # optionals