Remove-MSBespokeNotes
Remove an existing Note from a Bespoke Item
Syntax
Remove-MSBespokeNotes -Id (Int32) -NoteId (Int32)
Examples
## Remove existing Note with Id 73 linked to Bespoke Item Id 3712
Remove-MSBespokeNotes -Id 3712 -NoteId 73
Remove an existing Note from a Bespoke Item
Remove-MSBespokeNotes -Id (Int32) -NoteId (Int32)
## Remove existing Note with Id 73 linked to Bespoke Item Id 3712
Remove-MSBespokeNotes -Id 3712 -NoteId 73