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.
Required. Parent of the AppGroup app key. Use the following structure in your request: organizations/{org}/appgroups/{app_group_name}/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 AppGroupAppKey.
[[["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-21 UTC."],[[["This endpoint removes an API product from an app's consumer key, revoking access to the API resources within that product for the app."],["The consumer key itself is not deleted, only its link to the specified API product is removed."],["The request is made via a `DELETE` HTTP request to a URL structured with gRPC Transcoding syntax, requiring the specific resource path to be supplied as a parameter."],["The request body must be empty for this operation, and the operation requires the `apigee.appkeys.delete` IAM permission."],["A successful response returns an instance of the `AppGroupAppKey`, and the request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]