< Back

Remove-AdminPowerAppConnection

Sat Jan 18, 2020 3:49 pm

NAME Remove-AdminPowerAppConnection



SYNOPSIS

Deletes the connection.





SYNTAX

Remove-AdminPowerAppConnection -ConnectionName <String> -ConnectorName <String> -EnvironmentName <String>

[-ApiVersion <String>] [<CommonParameters>]





DESCRIPTION

The Remove-AdminPowerAppConnection permanently deletes the connection.

Use Get-Help Remove-AdminPowerAppConnection -Examples for more detail.





PARAMETERS

-ConnectionName <String>

The connection identifier.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ConnectorName <String>

The connection's connector name.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-EnvironmentName <String>

The connection's environment.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ApiVersion <String>



Required? false

Position? named

Default value 2017-06-01

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>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











RELATED LINKS