Deletes a key value entry from a key value map scoped to an organization, environment, or API proxy.
Notes:
After you delete the key value entry, the policy consuming the entry will continue to function with its cached values for a few minutes. This is expected behavior.
If the KeyValueMap is under an API Proxy resource that has the space attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview.
Authorization requires the following IAM permission on the specified resource name:
apigee.keyvaluemapentries.delete
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of KeyValueEntry.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This endpoint deletes a key-value entry from a map scoped to an organization, environment, or API proxy, with cached values persisting for a few minutes post-deletion."],["The HTTP request uses a `DELETE` method with a URL that follows gRPC Transcoding syntax, targeting a specific key-value entry within a specified scope, such as organizations, APIs, or environments."],["The `name` path parameter is required to identify the scope and key-value entry to delete, and one of three structures for the `name` parameter is available for the request."],["The request body for this operation must be empty."],["Successful deletion returns a `KeyValueEntry` instance, and authorization requires the `apigee.keyvaluemapentries.delete` IAM permission along with the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]