Removes an API product from an app's consumer key. After the API product is removed, the app cannot access the API resources defined in that API product.
Note: The consumer key is not removed, only its association with the API product.
Name of the API product in the developer app key in the following format: organizations/{org}/developers/{developerEmail}/apps/{app}/keys/{key}/apiproducts/{apiproduct}
Authorization requires the following IAM permission on the specified resource name:
apigee.appkeys.delete
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DeveloperAppKey.
[[["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 removes an API product from an app's consumer key, revoking the app's access to the API resources defined in that product."],["The request is a `DELETE` operation to a URL specified with gRPC Transcoding syntax, requiring a `name` path parameter indicating the API product to remove."],["The request body must be empty, meaning no additional data needs to be included in the request."],["A successful response will contain a `DeveloperAppKey` instance, which is detailed in the `DeveloperAppKey` resource documentation."],["Authorization for this operation requires the `apigee.appkeys.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]