Remove-MSDefectNotes

Remove an existing Note from a Defect

Syntax


Remove-MSDefectNotes -Id (Int32) -NoteId (Int32)

Examples


## Remove existing Note with Id 712 linked to Defect Id 95723
Remove-MSDefectNotes -Id 95723 -NoteId 712