action opensuse_delete_attribute_namespace_attribute_name_meta { 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}](#/Attributes/delete_attribute__namespace___attribute_name_)\n" provider: opensuse method: DELETE path: "/attribute/{namespace}/{attribute_name}/_meta" encoding: json output: { type: "object" additionalProperties: true } }