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. |
projectNameStringoptionalProjectName of the entity that owns the note. releaseNameStringoptionalName of the release. noteNameStringrequiredThe name of the note. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteNote( noteName: "test-noteName" /* optional arguments */ )