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 map scoped to an organization, environment, or API proxy, with cached values persisting for a few minutes post-deletion."],["The HTTP request method is `DELETE`, targeting a specific URI that follows gRPC Transcoding syntax, using the provided structure `https://apigee.googleapis.com/v1/{name=organizations/*/keyvaluemaps/*/entries/*}`."],["The `name` parameter is required and defines the scope (organization, environment, or API proxy) of the key-value map entry being deleted, using one of three valid structures."],["The request body is required to be empty, while a successful request will return an instance of KeyValueEntry within the response body."],["Authorization to delete requires the IAM permission `apigee.keyvaluemapentries.delete` on the specified resource and the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]