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