Remove-B1ConnectionProfile¶
SYNOPSIS¶
This function is used to remove a saved BloxOne connection profile.
SYNTAX¶
DESCRIPTION¶
Connection profiles provide a convenient way of saving API Keys for multiple BloxOne Accounts, with the ability to quickly switch between them.
A list of connection profiles can be retrieved using Get-B1ConnectionProfile
.
EXAMPLES¶
EXAMPLE 1¶
Remove-B1ConnectionProfile Dev
WARNING: Are you sure you want to delete the connection profile: Dev?
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
Removed connection profile: Dev
EXAMPLE 2¶
PARAMETERS¶
-Name¶
Specify the connection profile name to remove. This field supports tab completion.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Confirm¶
Prompts you for confirmation before running the cmdlet.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: True
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.