< Back

Delete-EdgeKvm

Sun Jan 19, 2020 6:01 pm

NAME Delete-EdgeKvm



SYNOPSIS

Delete a key-value map from Apigee Edge.





SYNTAX

Delete-EdgeKvm [-Name] <String> [[-Environment] <String>] [[-Proxy] <String>] [[-Org] <String>]

[<CommonParameters>]





DESCRIPTION

Delete a key-value map from Apigee Edge.





PARAMETERS

-Name <String>

Required. The name of the kvm to delete.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Environment <String>

Optional. The environment within Apigee Edge with which the keyvaluemap 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 find the named KVM in

the list of organization-wide Key-Value Maps.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Proxy <String>

Optional. The API Proxy within Apigee Edge with which the keyvaluemap 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 find the named KVM in

the list of organization-wide Key-Value Maps.



Required? false

Position? 3

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? 4

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-EdgeKvm dino-test-2













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Delete-EdgeKvm -Proxy apiproxy1 -Name dino-test-3















RELATED LINKS

Create-EdgeKvm