< Back

Remove-AdminPowerAppConnector

Sat Jan 18, 2020 3:49 pm

NAME Remove-AdminPowerAppConnector



SYNOPSIS

Deletes the custom connector.





SYNTAX

Remove-AdminPowerAppConnector -ConnectorName <String> -EnvironmentName <String> [-ApiVersion <String>]

[<CommonParameters>]





DESCRIPTION

The Remove-AdminPowerAppConnector permanently deletes the custom connector.

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





PARAMETERS

-ConnectorName <String>

The connector's connector name.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-EnvironmentName <String>

The connector'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-AdminPowerAppConnector -EnvironmentName 0fc02431-15fb-4563-a5ab-8211beb2a86f -ConnectorName

shared_testapi2.5f0629412a7d1fe83e.5f6f049093c9b7a698



Deletes the custom connector with name shared_testapi2.5f0629412a7d1fe83e.5f6f049093c9b7a698











RELATED LINKS