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.
Required. Name of the API product. Use the following structure in your request: organizations/{org}/apiproducts/{apiproduct}
If the resource has the space attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview.
Authorization requires the following IAM permission on the specified resource name:
apigee.apiproducts.delete
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ApiProduct.
[[["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-05-04 UTC."],[[["This endpoint allows you to delete an API product from an organization, which will cause associated app requests to fail."],["The request requires the internal name of the API product, not necessarily the display name, found within the request URL."],["The HTTP request uses a `DELETE` method with a specific URL structure that utilizes gRPC Transcoding syntax."],["You must provide the organization and API product name in the `name` path parameter, and have `apigee.apiproducts.delete` IAM permission to perform the request."],["The request body must be empty, and a successful response returns an `ApiProduct` instance."]]],[]]