Required. Name of the API proxy in the following format: organizations/{org}/apis/{api}
If the API Proxy 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.proxies.delete
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ApiProxy.
[[["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-06-06 UTC."],[[["This endpoint allows the deletion of an API proxy, including all associated components like endpoints and policies."],["The API proxy must be undeployed before it can be deleted via this endpoint."],["The `name` path parameter is required and specifies the API proxy to delete in the format: `organizations/{org}/apis/{api}`."],["The request body for this DELETE operation must be empty."],["Successful deletion returns an instance of `ApiProxy`, and the operation requires the `apigee.proxies.delete` IAM permission along with the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]