Back to index
Summary
Deletes artifact version metadata from the CloudBees CD/RO database. (This API call does not delete or remove artifacts stored on the repository machine.)artifactVersionNameStringrequiredThe name of the artifactVersion. |
Usage
Perl
$cmdr->deleteArtifactVersion( "test-artifactVersionName" # artifactVersionName );
ectool
ectool deleteArtifactVersion \ "test-artifactVersionName" `# artifactVersionName`