Required. Name of the API product attribute. Use the following structure in your request: organizations/{org}/apiproducts/{apiproduct}/attributes/{attribute}
If the API Product 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.apiproductattributes.delete
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Attribute.
[[["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-24 UTC."],[[["This webpage documents the process for deleting an API product attribute using a DELETE HTTP request to a specific URL."],["The URL structure for the request requires path parameters, including the organization, API product, and attribute name."],["Deleting an attribute requires specific IAM permissions: `apigee.apiproductattributes.delete` and the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."],["The request body must be empty when deleting an API product attribute."],["A successful deletion will return an `Attribute` response body."]]],[]]