Remove-AdminPowerAppConnection   
	Deletes the connection.
Syntax
Default (Default)
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.
Parameter properties
| Type: | String | 
| Default value: | 2017-06-01 | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
(All)
| Position: | Named | 
| Mandatory: | False | 
| Value from pipeline: | False | 
| Value from pipeline by property name: | False | 
| Value from remaining arguments: | False | 
-ConnectionName 
		The connection identifier.
Parameter properties
| Type: | String | 
| Default value: | None | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
(All)
| Position: | Named | 
| Mandatory: | True | 
| Value from pipeline: | False | 
| Value from pipeline by property name: | True | 
| Value from remaining arguments: | False | 
-ConnectorName 
		The connection's connector name.
Parameter properties
| Type: | String | 
| Default value: | None | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
(All)
| Position: | Named | 
| Mandatory: | True | 
| Value from pipeline: | False | 
| Value from pipeline by property name: | True | 
| Value from remaining arguments: | False | 
-EnvironmentName 
		The environment ID where the connection to remove is located.
Parameter properties
| Type: | String | 
| Default value: | None | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
(All)
| Position: | Named | 
| Mandatory: | True | 
| Value from pipeline: | False | 
| Value from pipeline by property name: | True | 
| Value from remaining arguments: | False | 
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.