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-05-04 UTC."],[[["This endpoint deletes a key-value entry from a specified key-value map within an organization, environment, or API proxy scope."],["The HTTP request uses the `DELETE` method with a URL that follows gRPC Transcoding syntax and requires a specific `name` path parameter to identify the entry to be deleted."],["Authorization to delete the key-value entry requires the `apigee.keyvaluemapentries.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The request body for this operation must be empty, and a successful deletion will result in a response body containing an instance of `KeyValueEntry`."],["After a successful delete request, cached values of the entry will persist for a few minutes for any policies consuming it."]]],[]]