# Collection categories This contains APIs specific to the Collection categories ## List all Collection categories - [POST /v1/org/workspaces/units/list](https://apidocs.harness.io/openapi-merged/collection-categories/categories_listcategories.md): Retrieve a list of collection categories ## Create a new Collection category - [POST /v1/org/categories](https://apidocs.harness.io/openapi-merged/collection-categories/categories_createcategory.md): Create a new collection category ## Delete multiple Collection categories - [DELETE /v1/org/categories](https://apidocs.harness.io/openapi-merged/collection-categories/categories_deletecategories.md): Delete multiple collection categories in a single request ## Update an existing Collection category - [PUT /v1/org/categories/{id}](https://apidocs.harness.io/openapi-merged/collection-categories/categories_updatecategory.md): Use this API endpoint to update an existing collection category ## Delete a specific Collection category - [DELETE /v1/org/categories/{id}](https://apidocs.harness.io/openapi-merged/collection-categories/categories_deletecategory.md): Delete an existing collection category