Remove-AdminPowerAppConnector   
	Deletes the custom connector.
Syntax
Default (Default)
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.
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 | 
-ConnectorName 
		The 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 connector's environment ID.
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.