Remove-AdminPowerAppConnector
Deletes a custom connector.
Syntax
Remove-AdminPowerAppConnector
-ConnectorName <String>
-EnvironmentName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Remove-AdminPowerAppConnector cmdlet permanently deletes a custom connector.
Examples
EXAMPLE 1
Remove-AdminPowerAppConnector -EnvironmentName [Guid] -ConnectorName shared_testapi2.[Guid]
Deletes the connector with name "shared_testapi2.[Guid]
" from the specified environment.
Parameters
-ApiVersion
Version of Power Apps API to use.
Type: | String |
Position: | Named |
Default value: | 2017-06-01 |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ConnectorName
Name of the connector to delete.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-EnvironmentName
ID of the environment of the connector.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |