---
title: "Delete group"
method: DELETE
path: "/api/projects/{projectId}/groups/{groupId}"
tags: ["Group"]
---

# Delete group

`DELETE /api/projects/{projectId}/groups/{groupId}`

Delete a group from a project. Groups managed by access profiles cannot be deleted directly.

## Path parameters

- `groupId` string, uuid, required
- `projectId` string, uuid, required

## Response `200`

Confirmation of successful deletion

- object — Confirmation of successful deletion
  - `status` 'ok', required — Indicates successful deletion

---

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