# Cookie Category n8n operations

Manage cookie categories. Select **Cookie Category** in the the platform node's **Resource** field.

Return to the [complete n8n resource reference](/docs/developers/api/n8n/resources) to browse another resource.

| Operation | Value     | Description                           | Source                                                                                                                                       |
| --------- | --------- | ------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| Create    | `create`  | Create a new cookie category.         | [View implementation](/docs)  |
| Delete    | `delete`  | Delete a cookie category.             | [View implementation](/docs)  |
| Get       | `get`     | Get a cookie category.                | [View implementation](/docs)     |
| Get Many  | `getAll`  | Get many cookie categories.           | [View implementation](/docs)  |
| Reorder   | `reorder` | Change the rank of a cookie category. | [View implementation](/docs) |
| Update    | `update`  | Update an existing cookie category.   | [View implementation](/docs)  |
