Deleting an API product causes app requests to the resource URIs defined in the API product to fail. Ensure that you create a new API product to serve existing apps, unless your intention is to disable access to the resources defined in the API product.
The API product name required in the request URL is the internal name of the product, not the display name. While they may be the same, it depends on whether the API product was created via the UI or the API. View the list of API products to verify the internal name.
[[["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-04 UTC."],[[["\u003cp\u003eThis endpoint allows you to delete an API product from an organization, which will cause associated app requests to fail.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the internal name of the API product, not necessarily the display name, found within the request URL.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses a \u003ccode\u003eDELETE\u003c/code\u003e method with a specific URL structure that utilizes gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eYou must provide the organization and API product name in the \u003ccode\u003ename\u003c/code\u003e path parameter, and have \u003ccode\u003eapigee.apiproducts.delete\u003c/code\u003e IAM permission to perform the request.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response returns an \u003ccode\u003eApiProduct\u003c/code\u003e instance.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.apiproducts.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 API product from an organization.\n\nDeleting an API product causes app requests to the resource URIs defined in the API product to fail. Ensure that you create a new API product to serve existing apps, unless your intention is to disable access to the resources defined in the API product.\n\nThe API product name required in the request URL is the internal name of the product, not the display name. While they may be the same, it depends on whether the API product was created via the UI or the API. View the list of API products to verify the internal name.\n\n### HTTP request\n\n`DELETE https://apigee.googleapis.com/v1/{name=organizations/*/apiproducts/*}`\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 [ApiProduct](/apigee/docs/reference/apis/apigee/rest/v1/organizations.apiproducts#ApiProduct).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]