---
title: "Deletes the group with the specified id."
method: DELETE
path: "/dashboards/{dashboard_id}/groups/{group_id}"
tags: ["Groups"]
---

# Deletes the group with the specified id.

`DELETE /dashboards/{dashboard_id}/groups/{group_id}`

This will succeed even if there are contacts that are members of the group (the contacts will not be deleted).

## Path parameters

- `dashboard_id` integer, required
- `group_id` integer, required

## Response `204`

The group was deleted.

## Other responses

- `400` — Thrown if the dashboard id or group id is invalid.
- `401` — Unauthorized. Sent if the API key is omitted or invalid.
- `404` — Thrown if no group with that id exists in the dashboard.

---

[API](https://skmtc.net/textrequest/apis/text-request-api-v3.md) · [All operations](https://skmtc.net/textrequest/apis/text-request-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textrequest/text-request-api-v3/revisions/e4e42efcd650/schema)
