deleteArtifactVersion

On this page
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.)
artifactVersionName
Stringrequired
The name of the artifactVersion.

Usage

Perl

$cmdr->deleteArtifactVersion( "test-artifactVersionName" # artifactVersionName );

ectool

ectool deleteArtifactVersion \ "test-artifactVersionName" `# artifactVersionName`