---
title: "Delete a Claim Type"
method: POST
path: "/delete/CLT"
tags: ["Claim Types"]
---

# Delete a Claim Type

`POST /delete/CLT`

Deletes a Claim Type. Specify the `typedId` of the Claim Type you want to delete in the request (see the request example).

## Request body

- object
  - `data` object, required
    - `typedId` string, required

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` ClaimType[]
      - `formulaName` string
      - `typedId` string
      - `sheetName` string
      - `configuration` object, nullable
        - `columns` object
          - `sku` object, nullable
            - `name` string, nullable
            - `fieldFormatType` 'NUMERIC' | 'NUMERIC_LONG' | 'MONEY' | 'PERCENT' | 'TEXT' | 'MONEY_EUR' | 'MONEY_USD' | 'MONEY_GBP' | 'MONEY_JPY' | 'MONEY_CHF' | 'MONEY_PLN' | 'DATETIME' | 'DATE' | 'INTEGER' | 'LINK' | 'COMPLEX' | 'SPARKLINE' | 'null', nullable
            - `canEdit` boolean
      - `allocationFormulaName` string
      - `lastUpdateDate` string, date-time
      - `validationStateElementName` string
      - `label` string
      - `version` integer
      - `uniqueName` string
      - `createdBy` integer
      - `createDate` string, date-time
      - `lastUpdateBy` integer
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
