---
title: "Asset taxonomy"
description: "Attribute categories and attributes classify Asset Hub assets, for example a Region category with an Americas attribute."
contentType: "overview"
url: "https://developer.mindtickle.com/docs/asset-hub/asset-taxonomy/"
---

An attribute category groups related attributes, such as Region or Product line, and an attribute is a single value inside that category, such as Americas. Assets are tagged with attribute IDs. Use these endpoints to create categories and attributes, and to delete attributes.

## Endpoints

- [Create attribute categories](/docs/asset-hub/asset-taxonomy/create-attribute-categories/): Creates attribute categories to organize assets.
- [Create attributes](/docs/asset-hub/asset-taxonomy/create-attributes/): Creates attributes under an existing attribute category.
- [Delete attributes](/docs/asset-hub/asset-taxonomy/delete-attributes/): Deletes one or more attributes by ID, with an optional force delete.
