# delete

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/document/category.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/document/category.controller.ts#L96)

Delete a category

## Endpoint

`DELETE /categories/:id`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `id` | path | `string` | ✓ |  |

## Referenced By

- `CategoryController` (MODULE_DECLARES)
