action opensuse_delete_attribute_namespace_attribute_name { label: "Delete an attribute and all its values in projects or packages." description: "Delete an attribute and all its values in projects or packages.\n\nThis operation is the same as the one defined with [DELETE /attribute/{namespace}/{attribute_name}/_meta](#/Attributes/delete_attribute__namespace___attribute_name___meta)\n" provider: opensuse method: DELETE path: "/attribute/{namespace}/{attribute_name}" encoding: json input: { type: "object" properties: { attribute_name: { type: "string" } } required: ["attribute_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }