Remove-AdminPowerAppConnection
Deletes the connection.
Syntax
Remove-AdminPowerAppConnection
-ConnectionName <String>
-ConnectorName <String>
-EnvironmentName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Remove-AdminPowerAppConnection cmdlet permanently deletes the connection. Use Get-Help Remove-AdminPowerAppConnection -Examples for more detail.
Examples
EXAMPLE 1
Remove-AdminPowerAppConnection -ConnectionName 3c2f7648-ad60-4871-91cb-b77d7ef3c239 -ConnectorName shared_twitter -EnvironmentName Default-efecdc9a-c859-42fd-b215-dc9c314594dd
Deletes the connection with name 3c2f7648-ad60-4871-91cb-b77d7ef3c239 from the environment with the ID Default-efecdc9a-c859-42fd-b215-dc9c314594dd.
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 |
-ConnectionName
The connection identifier.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ConnectorName
The connection's connector name.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-EnvironmentName
The environment ID where the connection to remove is located.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |