Back to index
Summary
Deletes a note associated with an entity.For a list of object types in CloudBees CD/RO, refer to Object types in CloudBees CD/RO. |
noteNameStringrequiredThe name of the note. projectNameStringoptionalProjectName of the entity that owns the note. releaseNameStringoptionalName of the release. |
Usage
Perl
$cmdr->deleteNote( "test-noteName" # noteName # optionals );
ectool
ectool deleteNote \ "test-noteName" `# noteName` \ # optionals