---
title: "Delete a Condition Records Set"
method: POST
path: "/delete/CRCS"
tags: ["Condition Records"]
---

# Delete a Condition Records Set

`POST /delete/CRCS`

Deletes the specified Condition Record Set (CRCS).

## Request body

- object
  - `data` object
    - `typedId` string

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` ConditionRecordSet[]
      - `lastUpdateByName` string
      - `createdByName` string
      - `updateDate` string, date-time
      - `typedId` string
      - `updatedBy` integer
      - `keySize` integer — The number of key fields (key1..key12). Cannot be changed once the Condition Record Set is created.
      - `lastUpdateDate` string, date-time
      - `label` string, nullable
      - `version` integer
      - `uniqueName` string
      - `createdBy` integer
      - `userGroupViewDetails` string, nullable
      - `userGroupEdit` string, nullable
      - `id` 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)
