---
title: "Deletar um grupo de projetos"
method: DELETE
path: "/api/management/project-groups/{project_group}"
tags: ["project-groups"]
---

# Deletar um grupo de projetos

`DELETE /api/management/project-groups/{project_group}`

Exclui o grupo em definitivo, junto com as associações dele com os projetos. Os projetos que estavam no grupo não são afetados. A resposta é de sucesso mesmo quando o grupo informado não existe.

## Response `200`

Sucesso

- object — Confirmação da exclusão. O corpo não traz o grupo removido.
  - `response` boolean — Sempre `true` quando a operação foi concluída.

## Changes

- **2026-09-18** `0abcbb399fb0` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/project-groups/:project_group/delete.md)

---

[API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [All operations](https://skmtc.dev/olie-ai/apis/olie-api/llms.txt) · [OpenAPI document](https://skmtc.dev/olie-ai/apis/olie-api/revisions/d71b18b1685d?raw)
