Deletes an app's consumer key and removes all API products associated with the app. After the consumer key is deleted, it cannot be used to access any APIs.
Note: After you delete a consumer key, you may want to: 1. Create a new consumer key and secret for the developer app using the keys.create API, and subsequently add an API product to the key using the keys.updateDeveloperAppKey API. 2. Delete the developer app, if it is no longer required.
[[["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-04-17 UTC."],[[["This API deletes an app's consumer key, which will subsequently make it unusable to access any APIs and remove all associated API products."],["After deletion, you might need to create a new consumer key and add an API product to it, or delete the developer app entirely if no longer needed."],["The HTTP request is a `DELETE` operation to a specific URL with the path parameter `name` defining the target key, following the syntax `organizations/{org}/developers/{developerEmail}/apps/{app}/keys/{key}`."],["The request body must be empty, and a successful response will return an instance of `DeveloperAppKey`."],["Authorization requires the `apigee.appkeys.delete` IAM permission and the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]