Required. Name of the key value map. Use the following structure in your request: organizations/{org}/apis/{api}/keyvaluemaps/{keyvaluemap}
If the API Proxy resource 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.keyvaluemaps.delete
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of KeyValueMap.
[[["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-07-09 UTC."],[[["This endpoint deletes a key-value map from an API proxy using a DELETE HTTP request."],["The request URL utilizes gRPC Transcoding syntax and includes a required path parameter, `name`, which specifies the key-value map to be deleted."],["The request body for this operation must be empty."],["A successful request returns an instance of `KeyValueMap` in the response body."],["Authorization for this operation requires the `apigee.keyvaluemaps.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]