< Back

Remove-EdgeAppCredential

Sun Jan 19, 2020 6:04 pm

NAME Remove-EdgeAppCredential



SYNOPSIS

Remove an existing credential from a developer app.





SYNTAX

Remove-EdgeAppCredential [[-AppName] <String>] [[-Name] <String>] [[-Developer] <String>] [[-Key] <String>]

[[-Org] <String>] [<CommonParameters>]





DESCRIPTION

Remove an existing credential from a developer app.





PARAMETERS

-AppName <String>

The name of the developer app from which the credential will be removed.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>

A synonym for AppName.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Developer <String>

The id or email of the developer that owns the app from which the credential will be removed.



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Key <String>

The consumer key for the credential to be removed.



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Org <String>

The Apigee Edge organization. The default is to use the value from Set-EdgeConnection.



Required? false

Position? 5

Default value

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-EdgeAppCredential -AppName DPC6 -Developer dchiesa@example.org -Key pd0mg1FuedmfCpY9gWZonQmR2fGD3Osw















RELATED LINKS