---
title: "Delete a content group"
method: DELETE
path: "/api/v1/public/groups/{groupId}"
tags: ["Groups"]
---

# Delete a content group

`DELETE /api/v1/public/groups/{groupId}`

Deletes the content group and all its object references.

## Path parameters

- `groupId` string, required

## Response `204`

The resource was deleted successfully.

## Other responses

- `401` — Unauthorized. Authentication failed because the access token is missing, expired, or invalid. Supply a valid access token and retry.
- `404` — Not found. The requested resource does not exist or is not visible to the authenticated user. Verify the identifiers in the request path and that the token has access to them, then retry.
- `500` — Internal server error

---

[API](https://skmtc.net/phrase/apis/control-hub-service.md) · [All operations](https://skmtc.net/phrase/apis/control-hub-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phrase/control-hub-service/revisions/98ecac7ba2bf/schema)
