---
title: "Delete a Category"
method: DELETE
path: "/v2/DeleteCategory"
tags: ["CategoryCommand"]
---

# Delete a Category

`DELETE /v2/DeleteCategory`

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Request body

- JTLWawiItemPublicApiDataTransferObjectsV2CategoryDeleteCategoryCommandRequest — Delete a Category - Request
  - `id` string, uuid
  - `moveChildrenTargetId` string, uuid

## Response `200`

Successfully deleted category.

## Other responses

- `404` — Category not found.
- `500` — Interanl server error.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
