pub async fn delete_patch_note_by_id(
configuration: &Configuration,
params: DeletePatchNoteByIdParams,
) -> Result<(), Error<DeletePatchNoteByIdError>>Expand description
Deletes the patch note with the specified ID.
pub async fn delete_patch_note_by_id(
configuration: &Configuration,
params: DeletePatchNoteByIdParams,
) -> Result<(), Error<DeletePatchNoteByIdError>>Deletes the patch note with the specified ID.