---
title: "Revokes a group's access to a project."
method: DELETE
path: "/organization/projects/{project_id}/groups/{group_id}"
tags: ["Project groups"]
---

# Revokes a group's access to a project.

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

## 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.

## Other responses

- `429` — The request was rejected because a rate limit was exceeded.

---

[API](https://skmtc.net/openai/apis/openapi.md) · [All operations](https://skmtc.net/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openapi/revisions/0b6aa15de4b9/schema)
