Deletes an AppGroup. All app and API keys associations with the AppGroup are also removed.
Warning: This API will permanently delete the AppGroup and related artifacts.
Note: The delete operation is asynchronous. The AppGroup is deleted immediately, but its associated resources, such as apps and API keys, may take anywhere from a few seconds to a few minutes to be deleted.
[[["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 API permanently deletes an AppGroup and all associated apps and API keys."],["The delete operation is asynchronous, with the AppGroup deletion being immediate, but associated resources may take longer to be removed."],["The HTTP request is a `DELETE` operation to a specific URL with the AppGroup name in the path: `https://apigee.googleapis.com/v1/{name=organizations/*/appgroups/*}`."],["The request body must be empty, and the path parameter `name` is required, structured as `organizations/{org}/appgroups/{app_group_name}`."],["A successful response will contain an instance of `AppGroup`, and the authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]