---
title: "Delete group"
method: DELETE
path: "/v1/account-groups/{groupId}"
tags: ["Account Groups"]
---

# Delete group

`DELETE /v1/account-groups/{groupId}`

Permanently deletes an account group. The accounts themselves are not affected.

## Path parameters

- `groupId` string, required

## Response `200`

Deleted

- object
  - `message` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/51932b099b2f/schema)
