Remove-GitHubReleaseAsset

SYNOPSIS

Remove an asset from a release

SYNTAX

Remove-GitHubReleaseAsset [-Repository] <String> [-Id] <String[]> [-WhatIf] [-Confirm]

DESCRIPTION

Remove an asset from a release

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

Remove-GitHubReleaseAsset -Repository MyRepository -Id xxxx

PARAMETERS

-Repository

The name of the repository

Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Id

The id of the asset

Type: String[]
Parameter Sets: (All)
Aliases: 

Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

System.String

OUTPUTS

System.Management.Automation.PSObject

NOTES