action opensuse_delete_attribute_namespace_meta { label: "Delete an attribute namespace and all attributes below." description: "Delete an attribute namespace and all attributes below.\n\nThis operation is the same as the one defined with [DELETE /attribute/{namespace}](#/Attributes/delete_attribute__namespace_).\n" provider: opensuse method: DELETE path: "/attribute/{namespace}/_meta" encoding: json output: { type: "object" additionalProperties: true } }