---
title: "Remove project group"
method: DELETE
path: "/organization/projects/{project_id}/groups/{group_id}"
tags: ["Project groups"]
---

# Remove project group

`DELETE /organization/projects/{project_id}/groups/{group_id}`

Revokes a group's access to a project.

## Path parameters

- `project_id` string, required
- `group_id` string, required

## Response `200`

Group removed from the project successfully.

- ProjectGroupDeletedResource — Confirmation payload returned after removing a group from a project.
  - `object` 'project.group.deleted', required — Always `project.group.deleted`.
  - `deleted` boolean, required — Whether the group membership in the project was removed.

## Changes

- **2026-04-28** `fa32d6e7d961` — 1 info
  - the endpoint scheme security `AdminApiKeyAuth` was added to the API

[Change history](https://skmtc.dev/openai/apis/openai-api/changes/organization/projects/:project_id/groups/:group_id/delete.md)

---

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