---
title: "Delete a User Group"
method: POST
path: "/accountmanager.deletegroup"
tags: ["User Admin"]
---

# Delete a User Group

`POST /accountmanager.deletegroup`

Deletes a User Group. The general datasource /delete operation should NOT be used for the User Group object as this special command (**/accountmanager.deletegroup**) also performs a cleanup of related objects (objects that have this business role assigned).

## Request body

- object
  - `data` object, required — `data` must contain the `typedId` of the user group object you want to delete or all business key fields of that object type.'
    - `typedId` string, required

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` object[]
      - `version` number
      - `typedId` string
      - `uniqueName` string
      - `label` string
      - `additionalInfo1` unknown
      - `additionalInfo2` unknown
      - `additionalInfo3` unknown
      - `additionalInfo4` unknown
      - `createDate` string
      - `createdBy` number
      - `lastUpdateDate` string
      - `lastUpdateBy` number
    - `status` number

---

[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)
