Required. Name of the developer app attribute. Use the following structure in your request: organizations/{org}/developers/{developerEmail}/apps/{app}/attributes/{attribute}
Authorization requires the following IAM permission on the specified resource name:
apigee.developerappattributes.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-07 UTC."],[[["This API endpoint is used to delete a specific attribute of a developer app."],["The URL follows a specific structure utilizing gRPC Transcoding syntax, and the `name` parameter, which is required, dictates which attribute will be deleted."],["Deleting an attribute requires the `apigee.developerappattributes.delete` IAM permission on the specified resource."],["The request body must be empty when sending a request to this endpoint."],["Upon a successful deletion, the response body will contain an instance of the Attribute."]]],[]]