Required. Name of the developer attribute. Use the following structure in your request: organizations/{org}/developers/{developerEmail}/attributes/{attribute}
Authorization requires the following IAM permission on the specified resource name:
apigee.developerattributes.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-21 UTC."],[[["This endpoint deletes a specified developer attribute using a `DELETE` HTTP request."],["The request URL requires a specific format, `organizations/{org}/developers/{developerEmail}/attributes/{attribute}`, defined in the `name` path parameter."],["The request body must be empty for this operation to be successful."],["Upon successful deletion, the response body will return an `Attribute` instance."],["Authorization for this request requires the `apigee.developerattributes.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]