---
title: "Delete a Configuration Storage"
method: POST
path: "/delete/JCS"
tags: ["Visual Configuration"]
---

# Delete a Configuration Storage

`POST /delete/JCS`

Deletes the JSON Configuration Storage (`JCS`).

## Request body

- object

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` JsonConfigurationStorage[]
      - `lastUpdateByName` string
      - `createdByName` string
      - `updateDate` string, date-time
      - `typedId` string
      - `lastUpdateDate` string, date-time
      - `storageStatus` 'DRAFT' | 'ACTIVE' | 'SUPERSEDED'
      - `label` string, nullable
      - `version` integer
      - `jsonStorage` string — A valid json of any size.
      - `createdBy` integer
      - `name` string
      - `storageType` 'STRATEGY' | 'STRATEGY_LOOKUP' | 'FORMULA' | 'FORMULA_LOOKUP'
      - `id` integer
      - `supersededBy` integer, nullable
      - `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)
