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-09-03 UTC."],[[["\u003cp\u003eThis API permanently deletes an AppGroup and all associated apps and API keys.\u003c/p\u003e\n"],["\u003cp\u003eThe delete operation is asynchronous, with the AppGroup deletion being immediate, but associated resources may take longer to be removed.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a \u003ccode\u003eDELETE\u003c/code\u003e operation to a specific URL with the AppGroup name in the path: \u003ccode\u003ehttps://apigee.googleapis.com/v1/{name=organizations/*/appgroups/*}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the path parameter \u003ccode\u003ename\u003c/code\u003e is required, structured as \u003ccode\u003eorganizations/{org}/appgroups/{app_group_name}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will contain an instance of \u003ccode\u003eAppGroup\u003c/code\u003e, and the authorization requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.appgroups.delete\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nDeletes an AppGroup. All app and API keys associations with the AppGroup are also removed.\n\n**Warning**: This API will permanently delete the AppGroup and related artifacts.\n\n**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.\n\n### HTTP request\n\n`DELETE https://apigee.googleapis.com/v1/{name=organizations/*/appgroups/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [AppGroup](/apigee/docs/reference/apis/apigee/rest/v1/organizations.appgroups#AppGroup).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]