deleteChangeNote

fun deleteChangeNote(projectId: String, updateId: String, changeNoteId: String): JsonObject

Method to execute the request to delete change note of an update

Return

the result of the request as JsonObject

Parameters

projectId

The project identifier

updateId

The update identifier

changeNoteId

The note identifier to delete