< Back

Delete-EdgeKvmEntry

Sun Jan 19, 2020 6:01 pm

NAME Delete-EdgeKvmEntry



SYNOPSIS

Delete an entry from a Key-Value map in Apigee Edge.





SYNTAX

Delete-EdgeKvmEntry [-Name] <String> [-Entry] <String> [[-Environment] <String>] [[-Proxy] <String>] [[-Org]

<String>] [<CommonParameters>]





DESCRIPTION

Delete an entry from a Key-Value map in Apigee Edge.

This works only in CPS-enabled Edge organizations.





PARAMETERS

-Name <String>

Required. The name of the KVM from which to delete an entry.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Entry <String>

Required. The name of the KVM entry to delete.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Environment <String>

Optional. The environment with which the keyvalue map is associated. KVMs can be

associated to an organization, an environment, or an API Proxy. If you specify

neither Environment nor Proxy, the default is to resolve the KVM name in the list of

organization-wide Key-Value Maps.



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Proxy <String>

Optional. The API Proxy within Apigee Edge with which the keyvalue map is

associated. KVMs can be associated to an organization, an environment, or an API

Proxy. If you specify neither Environment nor Proxy, the default is to resolve the KVM name

in the list of organization-wide Key-Value Maps.



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Org <String>

Optional. 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:\\>Delete-EdgeKvmEntry -Name kvm-2 -Environment test -Entry key1















RELATED LINKS

Create-EdgeKvmEntry

Update-EdgeKvmEntry