Remove-AdminPowerAppConnector
Deletes the custom connector.
Syntax
Remove-AdminPowerAppConnector
-ConnectorName <String>
-EnvironmentName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Remove-AdminPowerAppConnector cmdlet permanently deletes the custom connector. Use Get-Help Remove-AdminPowerAppConnector -Examples for more detail.
Examples
EXAMPLE 1
Remove-AdminPowerAppConnector -EnvironmentName 0fc02431-15fb-4563-a5ab-8211beb2a86f -ConnectorName shared_testapi2.5f0629412a7d1fe83e.5f6f049093c9b7a698
Deletes the custom connector with the name shared_testapi2.5f0629412a7d1fe83e.5f6f049093c9b7a698.
Parameters
-ApiVersion
The api version to call with.
Type: | String |
Position: | Named |
Default value: | 2017-06-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ConnectorName
The connector name.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-EnvironmentName
The connector's environment ID.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |