Remove-AzureADApplicationProxyConnectorGroup
The Remove-AzureADApplicationProxyApplicationConnectorGroup cmdlet deletes an Application Proxy Connector group.
Syntax
Remove-AzureADApplicationProxyConnectorGroup
-Id <String>
[<CommonParameters>]
Description
The Remove-AzureADApplicationProxyConnectorGroup cmdlet deletes an Application Proxy Connector Group. It can only be used on an empty connector group, with no connectors assigned.
Examples
Example 1
PS C:\> Remove-AzureADApplicationProxyApplicationConnectorGroup -ObjectId 59462d3c-a1bc-40a0-9bed-be799357ebce
Example 1: Remove a specific Connector Group
Parameters
-Id
The Id of the Connector group to delete. You can find this value by running the Get-AzureADApplicationProxyConnectorGroup command.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |