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.
[[["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-07 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."]]],[]]