Remove a Comment from a Gist Object.
Remove-GistComment [-Id] <string> [-CommentId] <string> [-WhatIf] [-Confirm] [<CommonParameters>]
None.
Removes a Comment from a Gist Object using the currently authenticated user context.
-CommentId <string>
The Id of the Gist Object Comment.
Required? true
Position? Named
Accept pipeline input? true (ByPropertyName)
Parameter set name (All)
Aliases None
Dynamic? false
-Confirm
Required? false
Position? Named
Accept pipeline input? false
Parameter set name (All)
Aliases cf
Dynamic? false
-Id <string>
The Id of the Gist Object.
Required? true
Position? Named
Accept pipeline input? true (ByPropertyName)
Parameter set name (All)
Aliases None
Dynamic? false
-WhatIf
Required? false
Position? Named
Accept pipeline input? false
Parameter set name (All)
Aliases wi
Dynamic? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
There must be an Authenticated User Context to interact with Gist Objects.
Removes the first comment from the Gist 93258652fee1551dd0c63fbd5a37c8e0.
PS C:\> Get-GistComment -Id 93258652fee1551dd0c63fbd5a37c8e0 | Select-Object -First 1 | Remove-GistComment