Remove-AdminPowerAppConnection
Deletes an app connection.
Syntax
Remove-AdminPowerAppConnection
-ConnectionName <String>
-ConnectorName <String>
-EnvironmentName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Remove-AdminPowerAppConnection cmdlet permanently deletes an app connection.
Examples
EXAMPLE 1
Remove-AdminPowerAppConnection -ConnectionName [Guid] -ConnectorName shared_twitter -EnvironmentName Default-[Guid]
Deletes the specified connection associated with the connector name "shared_twitter" in 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 |
-ConnectionName
ID of the connection to delete.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
-ConnectorName
Name of the connector associated with the connection.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
-EnvironmentName
ID of the environment of the connection.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |