---
title: "Delete an Action Item Type"
method: POST
path: "/delete/AIT"
tags: ["Action Types"]
---

# Delete an Action Item Type

`POST /delete/AIT`

Deletes the specified Action Type (Action Item Type – `AIT`).

## Request body

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

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` ActionItemType[]
      - `formulaName` string, nullable — A name of the Action Item Logic used by this type. See the [Action Item Logic](https://pricefx.atlassian.net/wiki/spaces/KB/pages/4601675834/Action+Item+Logic) documentation.
      - `typedId` string
      - `uniqueName` string, required — A unique name of the Action Item Type.
      - `configuration` object — Tabs defined as a JSON. Used for configuring dynamicTabs in actions, labels of the tabs etc. See the [Detail Page Layout and Dynamic Tabs](https://pricefx.atlassian.net/wiki/spaces/KB/pages/3980492805/Detail+Page+Layout+and+Dynamic+Tabs) documentation.
      - `createdBy` integer
      - `lastUpdateDate` string, date-time
      - `userGroupEdit` string, nullable
      - `userGroupViewDetails` string, nullable
      - `label` string
      - `version` 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)
