---
title: "Delete an user group"
method: DELETE
path: "/v1/usergroups/{id}"
tags: ["UserGroup"]
---

# Delete an user group

`DELETE /v1/usergroups/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- UserGroup
  - `id` integer
  - `name` string, required
  - `autoTicketMaxAssign` integer
  - `autoDealMaxAssign` integer
  - `autoChatMaxAssign` integer
  - `notifyAdmins` boolean
  - `departmentIds` string, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/infoset/apis/infoset-rest-api.md) · [All operations](https://skmtc.dev/infoset/apis/infoset-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infoset/infoset-rest-api/revisions/f5bc39a1ac15/schema)
